Html Css Color HEX #76665E Russett

📋 copy color: '#76665E'

red 118 ◦ green 102 ◦ blue 94

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

Shades of Russett #76665E

Tints of Russett #76665E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.48%

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

R = 37.58%
G = 32.48%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#76665E (or 0x76665E) is known color: Russett. HEX triplet: 76, 66 and 5E. RGB value is (118,102,94). Sum of RGB (Red+Green+Blue) = 118+102+94=314 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.58% from 314); Green value is 102 (40.23% from 255 or 32.48% from 314); Blue value is 94 (37.11% from 255 or 29.94% from 314); Max value from RGB is 118 - color contains mainly: red. Hex color #76665E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76665E is #8999A1. Grayscale: #696969. Windows color (decimal): -9017762 or 6186614. OLE color: 6186614.

HSL color Cylindrical-coordinate representation of color #76665E: hue angle of 20º 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 #76665E is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 102 94 -
CMYK 0 0.14 0.20 0.54
HSL 20º 0.11% 0.42% -
HSV(B) 20º 0.2% 0.46% -
XYZ 14.24 14.16 12.57 -
YUV 105.87 121.3 136.65 -
System Red Green Blue C M Y K H S L
Decimal 118 102 94 0 0.14 0.20 0.54 20 0.11 0.42
Hex 76 66 5E 0 E 14 36 14 B 2A
Octal 166 146 136 0 16 24 66 24 13 52
Binary 1110110 1100110 1011110 0 1110 10100 110110 10100 1011 101010

Color Harmonies of #76665E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76665E

Black with #76665E

Text Example


Text Example

White with #76665E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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