Html Css Color HEX #766561 Russett

📋 copy color: '#766561'

red 118 ◦ green 101 ◦ blue 97

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

Shades of Russett #766561

Tints of Russett #766561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 30.7%

R = 37.34%
G = 31.96%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#766561 (or 0x766561) is known color: Russett. HEX triplet: 76, 65 and 61. RGB value is (118,101,97). Sum of RGB (Red+Green+Blue) = 118+101+97=316 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.34% from 316); Green value is 101 (39.84% from 255 or 31.96% from 316); Blue value is 97 (38.28% from 255 or 30.70% from 316); Max value from RGB is 118 - color contains mainly: red. Hex color #766561 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766561 is #899A9E. Grayscale: #696969. Windows color (decimal): -9018015 or 6382966. OLE color: 6382966.

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

Color convert

RGB 118 101 97 -
CMYK 0 0.14 0.18 0.54
HSL 11.43º 0.1% 0.42% -
HSV(B) 11.43º 0.18% 0.46% -
XYZ 14.28 14.02 13.26 -
YUV 105.63 123.13 136.83 -
System Red Green Blue C M Y K H S L
Decimal 118 101 97 0 0.14 0.18 0.54 11.43 0.1 0.42
Hex 76 65 61 0 E 12 36 B A 2A
Octal 166 145 141 0 16 22 66 13 12 52
Binary 1110110 1100101 1100001 0 1110 10010 110110 1011 1010 101010

Color Harmonies of #766561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766561

Black with #766561

Text Example


Text Example

White with #766561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766561; }

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

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

background-color css

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

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

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

border-color css

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

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

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