Html Css Color HEX #755C56 Russett

📋 copy color: '#755C56'

red 117 ◦ green 92 ◦ blue 86

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

Shades of Russett #755C56

Tints of Russett #755C56

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.19%

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

R = 39.66%
G = 31.19%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#755C56 (or 0x755C56) is known color: Russett. HEX triplet: 75, 5C and 56. RGB value is (117,92,86). Sum of RGB (Red+Green+Blue) = 117+92+86=295 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.66% from 295); Green value is 92 (36.33% from 255 or 31.19% from 295); Blue value is 86 (33.98% from 255 or 29.15% from 295); Max value from RGB is 117 - color contains mainly: red. Hex color #755C56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755C56 is #8AA3A9. Grayscale: #626262. Windows color (decimal): -9085866 or 5659765. OLE color: 5659765.

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

Color convert

RGB 117 92 86 -
CMYK 0 0.21 0.26 0.54
HSL 11.61º 0.15% 0.4% -
HSV(B) 11.61º 0.26% 0.46% -
XYZ 12.84 12.11 10.46 -
YUV 98.79 120.78 140.99 -
System Red Green Blue C M Y K H S L
Decimal 117 92 86 0 0.21 0.26 0.54 11.61 0.15 0.4
Hex 75 5C 56 0 15 1A 36 C F 28
Octal 165 134 126 0 25 32 66 14 17 50
Binary 1110101 1011100 1010110 0 10101 11010 110110 1100 1111 101000

Color Harmonies of #755C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755C56

Black with #755C56

Text Example


Text Example

White with #755C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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