Html Css Color HEX #766D6A Russett

📋 copy color: '#766D6A'

red 118 ◦ green 109 ◦ blue 106

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

Shades of Russett #766D6A

Tints of Russett #766D6A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.73%

 BLUE value IS 106 (41.8% from 255) = 31.83%

R = 35.44%
G = 32.73%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#766D6A (or 0x766D6A) is known color: Russett. HEX triplet: 76, 6D and 6A. RGB value is (118,109,106). Sum of RGB (Red+Green+Blue) = 118+109+106=333 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.44% from 333); Green value is 109 (42.97% from 255 or 32.73% from 333); Blue value is 106 (41.80% from 255 or 31.83% from 333); Max value from RGB is 118 - color contains mainly: red. Hex color #766D6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766D6A is #899295. Grayscale: #6F6F6F. Windows color (decimal): -9015958 or 6974838. OLE color: 6974838.

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

Color convert

RGB 118 109 106 -
CMYK 0 0.08 0.10 0.54
HSL 15º 0.05% 0.44% -
HSV(B) 15º 0.1% 0.46% -
XYZ 15.54 15.83 15.87 -
YUV 111.35 124.98 132.74 -
System Red Green Blue C M Y K H S L
Decimal 118 109 106 0 0.08 0.10 0.54 15 0.05 0.44
Hex 76 6D 6A 0 8 A 36 F 5 2C
Octal 166 155 152 0 10 12 66 17 5 54
Binary 1110110 1101101 1101010 0 1000 1010 110110 1111 101 101100

Color Harmonies of #766D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766D6A

Black with #766D6A

Text Example


Text Example

White with #766D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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