Html Css Color HEX #755F57 Russett

📋 copy color: '#755F57'

red 117 ◦ green 95 ◦ blue 87

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

Shades of Russett #755F57

Tints of Russett #755F57

RGB

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

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

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

R = 39.13%
G = 31.77%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#755F57 (or 0x755F57) is known color: Russett. HEX triplet: 75, 5F and 57. RGB value is (117,95,87). Sum of RGB (Red+Green+Blue) = 117+95+87=299 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.13% from 299); Green value is 95 (37.5% from 255 or 31.77% from 299); Blue value is 87 (34.38% from 255 or 29.10% from 299); Max value from RGB is 117 - color contains mainly: red. Hex color #755F57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755F57 is #8AA0A8. Grayscale: #646464. Windows color (decimal): -9085097 or 5726069. OLE color: 5726069.

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

Color convert

RGB 117 95 87 -
CMYK 0 0.19 0.26 0.54
HSL 16º 0.15% 0.4% -
HSV(B) 16º 0.26% 0.46% -
XYZ 13.15 12.65 10.77 -
YUV 100.67 120.29 139.65 -
System Red Green Blue C M Y K H S L
Decimal 117 95 87 0 0.19 0.26 0.54 16 0.15 0.4
Hex 75 5F 57 0 13 1A 36 10 F 28
Octal 165 137 127 0 23 32 66 20 17 50
Binary 1110101 1011111 1010111 0 10011 11010 110110 10000 1111 101000

Color Harmonies of #755F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755F57

Black with #755F57

Text Example


Text Example

White with #755F57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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