Html Css Color HEX #745F59 Russett

📋 copy color: '#745F59'

red 116 ◦ green 95 ◦ blue 89

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

Shades of Russett #745F59

Tints of Russett #745F59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 29.67%

R = 38.67%
G = 31.67%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#745F59 (or 0x745F59) is known color: Russett. HEX triplet: 74, 5F and 59. RGB value is (116,95,89). Sum of RGB (Red+Green+Blue) = 116+95+89=300 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.67% from 300); Green value is 95 (37.5% from 255 or 31.67% from 300); Blue value is 89 (35.16% from 255 or 29.67% from 300); Max value from RGB is 116 - color contains mainly: red. Hex color #745F59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745F59 is #8BA0A6. Grayscale: #646464. Windows color (decimal): -9150631 or 5857140. OLE color: 5857140.

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

Color convert

RGB 116 95 89 -
CMYK 0 0.18 0.23 0.55
HSL 13.33º 0.13% 0.4% -
HSV(B) 13.33º 0.23% 0.45% -
XYZ 13.1 12.62 11.2 -
YUV 100.6 121.46 138.99 -
System Red Green Blue C M Y K H S L
Decimal 116 95 89 0 0.18 0.23 0.55 13.33 0.13 0.4
Hex 74 5F 59 0 12 17 37 D D 28
Octal 164 137 131 0 22 27 67 15 15 50
Binary 1110100 1011111 1011001 0 10010 10111 110111 1101 1101 101000

Color Harmonies of #745F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745F59

Black with #745F59

Text Example


Text Example

White with #745F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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