Html Css Color HEX #755B56 Russett

📋 copy color: '#755B56'

red 117 ◦ green 91 ◦ blue 86

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

Shades of Russett #755B56

Tints of Russett #755B56

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.95%

 BLUE value IS 86 (33.98% from 255) = 29.25%

R = 39.8%
G = 30.95%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#755B56 (or 0x755B56) is known color: Russett. HEX triplet: 75, 5B and 56. RGB value is (117,91,86). Sum of RGB (Red+Green+Blue) = 117+91+86=294 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.80% from 294); Green value is 91 (35.94% from 255 or 30.95% from 294); Blue value is 86 (33.98% from 255 or 29.25% from 294); Max value from RGB is 117 - color contains mainly: red. Hex color #755B56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755B56 is #8AA4A9. Grayscale: #626262. Windows color (decimal): -9086122 or 5659509. OLE color: 5659509.

HSL color Cylindrical-coordinate representation of color #755B56: hue angle of 9.68º 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 #755B56 is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 91 86 -
CMYK 0 0.22 0.26 0.54
HSL 9.68º 0.15% 0.4% -
HSV(B) 9.68º 0.26% 0.46% -
XYZ 12.76 11.94 10.44 -
YUV 98.2 121.11 141.41 -
System Red Green Blue C M Y K H S L
Decimal 117 91 86 0 0.22 0.26 0.54 9.68 0.15 0.4
Hex 75 5B 56 0 16 1A 36 A F 28
Octal 165 133 126 0 26 32 66 12 17 50
Binary 1110101 1011011 1010110 0 10110 11010 110110 1010 1111 101000

Color Harmonies of #755B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755B56

Black with #755B56

Text Example


Text Example

White with #755B56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,91,86); }

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

background-color css

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

 a { background-color: rgb(117,91,86); }

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

border-color css

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

 span { border-color: rgb(117,91,86); }

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