Html Css Color HEX #745E57 Russett

📋 copy color: '#745E57'

red 116 ◦ green 94 ◦ blue 87

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

Shades of Russett #745E57

Tints of Russett #745E57

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.65%

 BLUE value IS 87 (34.38% from 255) = 29.29%

R = 39.06%
G = 31.65%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#745E57 (or 0x745E57) is known color: Russett. HEX triplet: 74, 5E and 57. RGB value is (116,94,87). Sum of RGB (Red+Green+Blue) = 116+94+87=297 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.06% from 297); Green value is 94 (37.11% from 255 or 31.65% from 297); Blue value is 87 (34.38% from 255 or 29.29% from 297); Max value from RGB is 116 - color contains mainly: red. Hex color #745E57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745E57 is #8BA1A8. Grayscale: #636363. Windows color (decimal): -9150889 or 5725812. OLE color: 5725812.

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

Color convert

RGB 116 94 87 -
CMYK 0 0.19 0.25 0.55
HSL 14.48º 0.14% 0.4% -
HSV(B) 14.48º 0.25% 0.45% -
XYZ 12.93 12.41 10.73 -
YUV 99.78 120.79 139.57 -
System Red Green Blue C M Y K H S L
Decimal 116 94 87 0 0.19 0.25 0.55 14.48 0.14 0.4
Hex 74 5E 57 0 13 19 37 E E 28
Octal 164 136 127 0 23 31 67 16 16 50
Binary 1110100 1011110 1010111 0 10011 11001 110111 1110 1110 101000

Color Harmonies of #745E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745E57

Black with #745E57

Text Example


Text Example

White with #745E57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,94,87); }

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

background-color css

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

 a { background-color: rgb(116,94,87); }

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

border-color css

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

 span { border-color: rgb(116,94,87); }

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