Html Css Color HEX #766965 Russett

📋 copy color: '#766965'

red 118 ◦ green 105 ◦ blue 101

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

Shades of Russett #766965

Tints of Russett #766965

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.41%

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

R = 36.42%
G = 32.41%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#766965 (or 0x766965) is known color: Russett. HEX triplet: 76, 69 and 65. RGB value is (118,105,101). Sum of RGB (Red+Green+Blue) = 118+105+101=324 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.42% from 324); Green value is 105 (41.41% from 255 or 32.41% from 324); Blue value is 101 (39.84% from 255 or 31.17% from 324); Max value from RGB is 118 - color contains mainly: red. Hex color #766965 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766965 is #89969A. Grayscale: #6C6C6C. Windows color (decimal): -9016987 or 6646134. OLE color: 6646134.

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

Color convert

RGB 118 105 101 -
CMYK 0 0.11 0.14 0.54
HSL 14.12º 0.08% 0.43% -
HSV(B) 14.12º 0.14% 0.46% -
XYZ 14.87 14.89 14.4 -
YUV 108.43 123.81 134.83 -
System Red Green Blue C M Y K H S L
Decimal 118 105 101 0 0.11 0.14 0.54 14.12 0.08 0.43
Hex 76 69 65 0 B E 36 E 8 2B
Octal 166 151 145 0 13 16 66 16 10 53
Binary 1110110 1101001 1100101 0 1011 1110 110110 1110 1000 101011

Color Harmonies of #766965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766965

Black with #766965

Text Example


Text Example

White with #766965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766965; }

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

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

background-color css

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

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

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

border-color css

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

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

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