Html Css Color HEX #745F58 Russett

📋 copy color: '#745F58'

red 116 ◦ green 95 ◦ blue 88

#745F58
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Russett #745F58

Tints of Russett #745F58

RGB

 RED value IS 116 (45.7% from 255) = 38.8%

 GREEN value IS 95 (37.5% from 255) = 31.77%

 BLUE value IS 88 (34.77% from 255) = 29.43%

R = 38.8%
G = 31.77%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.24

 K value IS 0.55

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#745F58 (or 0x745F58) is known color: Russett. HEX triplet: 74, 5F and 58. RGB value is (116,95,88). Sum of RGB (Red+Green+Blue) = 116+95+88=299 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.80% from 299); Green value is 95 (37.5% from 255 or 31.77% from 299); Blue value is 88 (34.77% from 255 or 29.43% from 299); Max value from RGB is 116 - color contains mainly: red. Hex color #745F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745F58 is #8BA0A7. Grayscale: #646464. Windows color (decimal): -9150632 or 5791604. OLE color: 5791604.

HSL color Cylindrical-coordinate representation of color #745F58: hue angle of 15º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #745F58 is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 95 88 -
CMYK 0 0.18 0.24 0.55
HSL 15º 0.14% 0.4% -
HSV(B) 15º 0.24% 0.45% -
XYZ 13.06 12.6 10.98 -
YUV 100.48 120.96 139.07 -
System Red Green Blue C M Y K H S L
Decimal 116 95 88 0 0.18 0.24 0.55 15 0.14 0.4
Hex 74 5F 58 0 12 18 37 F E 28
Octal 164 137 130 0 22 30 67 17 16 50
Binary 1110100 1011111 1011000 0 10010 11000 110111 1111 1110 101000

Color Harmonies of #745F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745F58

Black with #745F58

Text Example


Text Example

White with #745F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745F58; }

 p { color: rgb(116,95,88); }

 H1.HeaderClassName
 {
   color: #745F58;
 }
 .AnyTagClassName
 {
   color: #745F58;
 }
</style>

background-color css

<style>
 a { background-color: #745F58; }

 a { background-color: rgb(116,95,88); }

 div.DivClassName
 {
   background-color: #745F58;
 }
 .BgClassName
 {
   background-color: #745F58;
 }
</style>

border-color css

<style>
 span { border-color: #745F58; }

 span { border-color: rgb(116,95,88); }

 td.TdClassName
 {
   border-color: #745F58;
 }
 .TagClassName
 {
   border-color: #745F58;
 }
</style>