Html Css Color HEX #755F58 Russett

📋 copy color: '#755F58'

red 117 ◦ green 95 ◦ blue 88

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

Shades of Russett #755F58

Tints of Russett #755F58

RGB

 RED value IS 117 (46.09% from 255) = 39%

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

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

R = 39%
G = 31.67%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#755F58 (or 0x755F58) is known color: Russett. HEX triplet: 75, 5F and 58. RGB value is (117,95,88). Sum of RGB (Red+Green+Blue) = 117+95+88=300 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39% from 300); Green value is 95 (37.5% from 255 or 31.67% from 300); Blue value is 88 (34.77% from 255 or 29.33% from 300); Max value from RGB is 117 - color contains mainly: red. Hex color #755F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755F58 is #8AA0A7. Grayscale: #646464. Windows color (decimal): -9085096 or 5791605. OLE color: 5791605.

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

Color convert

RGB 117 95 88 -
CMYK 0 0.19 0.25 0.54
HSL 14.48º 0.14% 0.4% -
HSV(B) 14.48º 0.25% 0.46% -
XYZ 13.19 12.67 10.98 -
YUV 100.78 120.79 139.57 -
System Red Green Blue C M Y K H S L
Decimal 117 95 88 0 0.19 0.25 0.54 14.48 0.14 0.4
Hex 75 5F 58 0 13 19 36 E E 28
Octal 165 137 130 0 23 31 66 16 16 50
Binary 1110101 1011111 1011000 0 10011 11001 110110 1110 1110 101000

Color Harmonies of #755F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755F58

Black with #755F58

Text Example


Text Example

White with #755F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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