Html Css Color HEX #766B68 Russett

📋 copy color: '#766B68'

red 118 ◦ green 107 ◦ blue 104

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

Shades of Russett #766B68

Tints of Russett #766B68

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.52%

 BLUE value IS 104 (41.02% from 255) = 31.61%

R = 35.87%
G = 32.52%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.12

 K value IS 0.54

RGB Variations

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

Color information

#766B68 (or 0x766B68) is known color: Russett. HEX triplet: 76, 6B and 68. RGB value is (118,107,104). Sum of RGB (Red+Green+Blue) = 118+107+104=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 107 (42.19% from 255 or 32.52% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 118 - color contains mainly: red. Hex color #766B68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766B68 is #899497. Grayscale: #6D6D6D. Windows color (decimal): -9016472 or 6843254. OLE color: 6843254.

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

Color convert

RGB 118 107 104 -
CMYK 0 0.09 0.12 0.54
HSL 12.86º 0.06% 0.44% -
HSV(B) 12.86º 0.12% 0.46% -
XYZ 15.23 15.37 15.26 -
YUV 109.95 124.64 133.74 -
System Red Green Blue C M Y K H S L
Decimal 118 107 104 0 0.09 0.12 0.54 12.86 0.06 0.44
Hex 76 6B 68 0 9 C 36 D 6 2C
Octal 166 153 150 0 11 14 66 15 6 54
Binary 1110110 1101011 1101000 0 1001 1100 110110 1101 110 101100

Color Harmonies of #766B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766B68

Black with #766B68

Text Example


Text Example

White with #766B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,107,104); }

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

background-color css

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

 a { background-color: rgb(118,107,104); }

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

border-color css

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

 span { border-color: rgb(118,107,104); }

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