Html Css Color HEX #755F59 Russett

📋 copy color: '#755F59'

red 117 ◦ green 95 ◦ blue 89

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

Shades of Russett #755F59

Tints of Russett #755F59

RGB

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

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

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

R = 38.87%
G = 31.56%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#755F59 (or 0x755F59) is known color: Russett. HEX triplet: 75, 5F and 59. RGB value is (117,95,89). Sum of RGB (Red+Green+Blue) = 117+95+89=301 (39% of max value = 765). Red value is 117 (46.09% from 255 or 38.87% from 301); Green value is 95 (37.5% from 255 or 31.56% from 301); Blue value is 89 (35.16% from 255 or 29.57% from 301); Max value from RGB is 117 - color contains mainly: red. Hex color #755F59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755F59 is #8AA0A6. Grayscale: #646464. Windows color (decimal): -9085095 or 5857141. OLE color: 5857141.

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

Color convert

RGB 117 95 89 -
CMYK 0 0.19 0.24 0.54
HSL 12.86º 0.14% 0.4% -
HSV(B) 12.86º 0.24% 0.46% -
XYZ 13.23 12.69 11.2 -
YUV 100.89 121.29 139.49 -
System Red Green Blue C M Y K H S L
Decimal 117 95 89 0 0.19 0.24 0.54 12.86 0.14 0.4
Hex 75 5F 59 0 13 18 36 D E 28
Octal 165 137 131 0 23 30 66 15 16 50
Binary 1110101 1011111 1011001 0 10011 11000 110110 1101 1110 101000

Color Harmonies of #755F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755F59

Black with #755F59

Text Example


Text Example

White with #755F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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