Html Css Color HEX #768672 Xanadu

📋 copy color: '#768672'

red 118 ◦ green 134 ◦ blue 114

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

Shades of Xanadu #768672

Tints of Xanadu #768672

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.61%

 BLUE value IS 114 (44.92% from 255) = 31.15%

R = 32.24%
G = 36.61%
B = 31.15%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#768672 (or 0x768672) is known color: Xanadu. HEX triplet: 76, 86 and 72. RGB value is (118,134,114). Sum of RGB (Red+Green+Blue) = 118+134+114=366 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.24% from 366); Green value is 134 (52.73% from 255 or 36.61% from 366); Blue value is 114 (44.92% from 255 or 31.15% from 366); Max value from RGB is 134 - color contains mainly: green. Hex color #768672 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768672 is #89798D. Grayscale: #7F7F7F. Windows color (decimal): -9009550 or 7505526. OLE color: 7505526.

HSL color Cylindrical-coordinate representation of color #768672: hue angle of 108º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #768672 is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB 118 134 114 -
CMYK 0.12 0 0.15 0.47
HSL 108º 0.08% 0.49% -
HSV(B) 108º 0.15% 0.53% -
XYZ 19.03 22.12 19.19 -
YUV 126.94 120.7 121.63 -
System Red Green Blue C M Y K H S L
Decimal 118 134 114 0.12 0 0.15 0.47 108 0.08 0.49
Hex 76 86 72 C 0 F 2F 6C 8 31
Octal 166 206 162 14 0 17 57 154 10 61
Binary 1110110 10000110 1110010 1100 0 1111 101111 1101100 1000 110001

Color Harmonies of #768672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768672

Black with #768672

Text Example


Text Example

White with #768672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768672; }

 p { color: rgb(118,134,114); }

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

background-color css

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

 a { background-color: rgb(118,134,114); }

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

border-color css

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

 span { border-color: rgb(118,134,114); }

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