Html Css Color HEX #766C69 Russett

📋 copy color: '#766C69'

red 118 ◦ green 108 ◦ blue 105

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

Shades of Russett #766C69

Tints of Russett #766C69

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.63%

 BLUE value IS 105 (41.41% from 255) = 31.72%

R = 35.65%
G = 32.63%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#766C69 (or 0x766C69) is known color: Russett. HEX triplet: 76, 6C and 69. RGB value is (118,108,105). Sum of RGB (Red+Green+Blue) = 118+108+105=331 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.65% from 331); Green value is 108 (42.58% from 255 or 32.63% from 331); Blue value is 105 (41.41% from 255 or 31.72% from 331); Max value from RGB is 118 - color contains mainly: red. Hex color #766C69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766C69 is #899396. Grayscale: #6E6E6E. Windows color (decimal): -9016215 or 6909046. OLE color: 6909046.

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

Color convert

RGB 118 108 105 -
CMYK 0 0.08 0.11 0.54
HSL 13.85º 0.06% 0.44% -
HSV(B) 13.85º 0.11% 0.46% -
XYZ 15.38 15.6 15.56 -
YUV 110.65 124.81 133.24 -
System Red Green Blue C M Y K H S L
Decimal 118 108 105 0 0.08 0.11 0.54 13.85 0.06 0.44
Hex 76 6C 69 0 8 B 36 E 6 2C
Octal 166 154 151 0 10 13 66 16 6 54
Binary 1110110 1101100 1101001 0 1000 1011 110110 1110 110 101100

Color Harmonies of #766C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766C69

Black with #766C69

Text Example


Text Example

White with #766C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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