Html Css Color HEX #76635E Russett

📋 copy color: '#76635E'

red 118 ◦ green 99 ◦ blue 94

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

Shades of Russett #76635E

Tints of Russett #76635E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.83%

 BLUE value IS 94 (37.11% from 255) = 30.23%

R = 37.94%
G = 31.83%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#76635E (or 0x76635E) is known color: Russett. HEX triplet: 76, 63 and 5E. RGB value is (118,99,94). Sum of RGB (Red+Green+Blue) = 118+99+94=311 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.94% from 311); Green value is 99 (39.06% from 255 or 31.83% from 311); Blue value is 94 (37.11% from 255 or 30.23% from 311); Max value from RGB is 118 - color contains mainly: red. Hex color #76635E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76635E is #899CA1. Grayscale: #686868. Windows color (decimal): -9018530 or 6185846. OLE color: 6185846.

HSL color Cylindrical-coordinate representation of color #76635E: hue angle of 12.5º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #76635E is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 99 94 -
CMYK 0 0.16 0.20 0.54
HSL 12.5º 0.11% 0.42% -
HSV(B) 12.5º 0.2% 0.46% -
XYZ 13.95 13.58 12.48 -
YUV 104.11 122.29 137.91 -
System Red Green Blue C M Y K H S L
Decimal 118 99 94 0 0.16 0.20 0.54 12.5 0.11 0.42
Hex 76 63 5E 0 10 14 36 C B 2A
Octal 166 143 136 0 20 24 66 14 13 52
Binary 1110110 1100011 1011110 0 10000 10100 110110 1100 1011 101010

Color Harmonies of #76635E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76635E

Black with #76635E

Text Example


Text Example

White with #76635E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76635E; }

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

 H1.HeaderClassName
 {
   color: #76635E;
 }
 .AnyTagClassName
 {
   color: #76635E;
 }
</style>

background-color css

<style>
 a { background-color: #76635E; }

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

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

border-color css

<style>
 span { border-color: #76635E; }

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

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