Html Css Color HEX #76655F Russett

📋 copy color: '#76655F'

red 118 ◦ green 101 ◦ blue 95

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

Shades of Russett #76655F

Tints of Russett #76655F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.17%

 BLUE value IS 95 (37.5% from 255) = 30.25%

R = 37.58%
G = 32.17%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#76655F (or 0x76655F) is known color: Russett. HEX triplet: 76, 65 and 5F. RGB value is (118,101,95). Sum of RGB (Red+Green+Blue) = 118+101+95=314 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.58% from 314); Green value is 101 (39.84% from 255 or 32.17% from 314); Blue value is 95 (37.5% from 255 or 30.25% from 314); Max value from RGB is 118 - color contains mainly: red. Hex color #76655F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76655F is #899AA0. Grayscale: #696969. Windows color (decimal): -9018017 or 6251894. OLE color: 6251894.

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

Color convert

RGB 118 101 95 -
CMYK 0 0.14 0.19 0.54
HSL 15.65º 0.11% 0.42% -
HSV(B) 15.65º 0.19% 0.46% -
XYZ 14.19 13.99 12.78 -
YUV 105.4 122.13 136.99 -
System Red Green Blue C M Y K H S L
Decimal 118 101 95 0 0.14 0.19 0.54 15.65 0.11 0.42
Hex 76 65 5F 0 E 13 36 10 B 2A
Octal 166 145 137 0 16 23 66 20 13 52
Binary 1110110 1100101 1011111 0 1110 10011 110110 10000 1011 101010

Color Harmonies of #76655F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76655F

Black with #76655F

Text Example


Text Example

White with #76655F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76655F; }

 p { color: rgb(118,101,95); }

 H1.HeaderClassName
 {
   color: #76655F;
 }
 .AnyTagClassName
 {
   color: #76655F;
 }
</style>

background-color css

<style>
 a { background-color: #76655F; }

 a { background-color: rgb(118,101,95); }

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

border-color css

<style>
 span { border-color: #76655F; }

 span { border-color: rgb(118,101,95); }

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