Html Css Color HEX #755F5A Russett

📋 copy color: '#755F5A'

red 117 ◦ green 95 ◦ blue 90

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

Shades of Russett #755F5A

Tints of Russett #755F5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 29.8%

R = 38.74%
G = 31.46%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#755F5A (or 0x755F5A) is known color: Russett. HEX triplet: 75, 5F and 5A. RGB value is (117,95,90). Sum of RGB (Red+Green+Blue) = 117+95+90=302 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.74% from 302); Green value is 95 (37.5% from 255 or 31.46% from 302); Blue value is 90 (35.55% from 255 or 29.80% from 302); Max value from RGB is 117 - color contains mainly: red. Hex color #755F5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755F5A is #8AA0A5. Grayscale: #656565. Windows color (decimal): -9085094 or 5922677. OLE color: 5922677.

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

Color convert

RGB 117 95 90 -
CMYK 0 0.19 0.23 0.54
HSL 11.11º 0.13% 0.41% -
HSV(B) 11.11º 0.23% 0.46% -
XYZ 13.27 12.7 11.43 -
YUV 101.01 121.79 139.41 -
System Red Green Blue C M Y K H S L
Decimal 117 95 90 0 0.19 0.23 0.54 11.11 0.13 0.41
Hex 75 5F 5A 0 13 17 36 B D 29
Octal 165 137 132 0 23 27 66 13 15 51
Binary 1110101 1011111 1011010 0 10011 10111 110110 1011 1101 101001

Color Harmonies of #755F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755F5A

Black with #755F5A

Text Example


Text Example

White with #755F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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