Html Css Color HEX #766A64 Russett

📋 copy color: '#766A64'

red 118 ◦ green 106 ◦ blue 100

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

Shades of Russett #766A64

Tints of Russett #766A64

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.72%

 BLUE value IS 100 (39.45% from 255) = 30.86%

R = 36.42%
G = 32.72%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#766A64 (or 0x766A64) is known color: Russett. HEX triplet: 76, 6A and 64. RGB value is (118,106,100). Sum of RGB (Red+Green+Blue) = 118+106+100=324 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.42% from 324); Green value is 106 (41.80% from 255 or 32.72% from 324); Blue value is 100 (39.45% from 255 or 30.86% from 324); Max value from RGB is 118 - color contains mainly: red. Hex color #766A64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766A64 is #89959B. Grayscale: #6C6C6C. Windows color (decimal): -9016732 or 6580854. OLE color: 6580854.

HSL color Cylindrical-coordinate representation of color #766A64: hue angle of 20º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #766A64 is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 106 100 -
CMYK 0 0.10 0.15 0.54
HSL 20º 0.08% 0.43% -
HSV(B) 20º 0.15% 0.46% -
XYZ 14.93 15.08 14.18 -
YUV 108.9 122.98 134.49 -
System Red Green Blue C M Y K H S L
Decimal 118 106 100 0 0.10 0.15 0.54 20 0.08 0.43
Hex 76 6A 64 0 A F 36 14 8 2B
Octal 166 152 144 0 12 17 66 24 10 53
Binary 1110110 1101010 1100100 0 1010 1111 110110 10100 1000 101011

Color Harmonies of #766A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766A64

Black with #766A64

Text Example


Text Example

White with #766A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766A64; }

 p { color: rgb(118,106,100); }

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

background-color css

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

 a { background-color: rgb(118,106,100); }

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

border-color css

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

 span { border-color: rgb(118,106,100); }

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