Html Css Color HEX #766A65 Russett

📋 copy color: '#766A65'

red 118 ◦ green 106 ◦ blue 101

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

Shades of Russett #766A65

Tints of Russett #766A65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 31.08%

R = 36.31%
G = 32.62%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#766A65 (or 0x766A65) is known color: Russett. HEX triplet: 76, 6A and 65. RGB value is (118,106,101). Sum of RGB (Red+Green+Blue) = 118+106+101=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 106 (41.80% from 255 or 32.62% from 325); Blue value is 101 (39.84% from 255 or 31.08% from 325); Max value from RGB is 118 - color contains mainly: red. Hex color #766A65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766A65 is #89959A. Grayscale: #6D6D6D. Windows color (decimal): -9016731 or 6646390. OLE color: 6646390.

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

Color convert

RGB 118 106 101 -
CMYK 0 0.10 0.14 0.54
HSL 17.65º 0.08% 0.43% -
HSV(B) 17.65º 0.14% 0.46% -
XYZ 14.97 15.1 14.44 -
YUV 109.02 123.48 134.41 -
System Red Green Blue C M Y K H S L
Decimal 118 106 101 0 0.10 0.14 0.54 17.65 0.08 0.43
Hex 76 6A 65 0 A E 36 12 8 2B
Octal 166 152 145 0 12 16 66 22 10 53
Binary 1110110 1101010 1100101 0 1010 1110 110110 10010 1000 101011

Color Harmonies of #766A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766A65

Black with #766A65

Text Example


Text Example

White with #766A65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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