Html Css Color HEX #768E6C Xanadu

📋 copy color: '#768E6C'

red 118 ◦ green 142 ◦ blue 108

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

Shades of Xanadu #768E6C

Tints of Xanadu #768E6C

RGB

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

 GREEN value IS 142 (55.86% from 255) = 38.59%

 BLUE value IS 108 (42.58% from 255) = 29.35%

R = 32.07%
G = 38.59%
B = 29.35%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#768E6C (or 0x768E6C) is known color: Xanadu. HEX triplet: 76, 8E and 6C. RGB value is (118,142,108). Sum of RGB (Red+Green+Blue) = 118+142+108=368 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.07% from 368); Green value is 142 (55.86% from 255 or 38.59% from 368); Blue value is 108 (42.58% from 255 or 29.35% from 368); Max value from RGB is 142 - color contains mainly: green. Hex color #768E6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768E6C is #897193. Grayscale: #838383. Windows color (decimal): -9007508 or 7114358. OLE color: 7114358.

HSL color Cylindrical-coordinate representation of color #768E6C: hue angle of 102.35º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #768E6C is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB 118 142 108 -
CMYK 0.17 0 0.24 0.44
HSL 102.35º 0.14% 0.49% -
HSV(B) 102.35º 0.24% 0.56% -
XYZ 19.85 24.28 17.83 -
YUV 130.95 115.05 118.76 -
System Red Green Blue C M Y K H S L
Decimal 118 142 108 0.17 0 0.24 0.44 102.35 0.14 0.49
Hex 76 8E 6C 11 0 18 2C 66 E 31
Octal 166 216 154 21 0 30 54 146 16 61
Binary 1110110 10001110 1101100 10001 0 11000 101100 1100110 1110 110001

Color Harmonies of #768E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768E6C

Black with #768E6C

Text Example


Text Example

White with #768E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768E6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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