Html Css Color HEX #765E5A Russett

📋 copy color: '#765E5A'

red 118 ◦ green 94 ◦ blue 90

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

Shades of Russett #765E5A

Tints of Russett #765E5A

RGB

 RED value IS 118 (46.48% from 255) = 39.07%

 GREEN value IS 94 (37.11% from 255) = 31.13%

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

R = 39.07%
G = 31.13%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#765E5A (or 0x765E5A) is known color: Russett. HEX triplet: 76, 5E and 5A. RGB value is (118,94,90). Sum of RGB (Red+Green+Blue) = 118+94+90=302 (40% of max value = 765). Red value is 118 (46.48% from 255 or 39.07% from 302); Green value is 94 (37.11% from 255 or 31.13% from 302); Blue value is 90 (35.55% from 255 or 29.80% from 302); Max value from RGB is 118 - color contains mainly: red. Hex color #765E5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765E5A is #89A1A5. Grayscale: #646464. Windows color (decimal): -9019814 or 5922422. OLE color: 5922422.

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

Color convert

RGB 118 94 90 -
CMYK 0 0.20 0.24 0.54
HSL 8.57º 0.13% 0.41% -
HSV(B) 8.57º 0.24% 0.46% -
XYZ 13.32 12.6 11.4 -
YUV 100.72 121.95 140.33 -
System Red Green Blue C M Y K H S L
Decimal 118 94 90 0 0.20 0.24 0.54 8.57 0.13 0.41
Hex 76 5E 5A 0 14 18 36 9 D 29
Octal 166 136 132 0 24 30 66 11 15 51
Binary 1110110 1011110 1011010 0 10100 11000 110110 1001 1101 101001

Color Harmonies of #765E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765E5A

Black with #765E5A

Text Example


Text Example

White with #765E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765E5A; }

 p { color: rgb(118,94,90); }

 H1.HeaderClassName
 {
   color: #765E5A;
 }
 .AnyTagClassName
 {
   color: #765E5A;
 }
</style>

background-color css

<style>
 a { background-color: #765E5A; }

 a { background-color: rgb(118,94,90); }

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

border-color css

<style>
 span { border-color: #765E5A; }

 span { border-color: rgb(118,94,90); }

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