Html Css Color HEX #768170 Xanadu

📋 copy color: '#768170'

red 118 ◦ green 129 ◦ blue 112

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

Shades of Xanadu #768170

Tints of Xanadu #768170

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.93%

 BLUE value IS 112 (44.14% from 255) = 31.2%

R = 32.87%
G = 35.93%
B = 31.2%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#768170 (or 0x768170) is known color: Xanadu. HEX triplet: 76, 81 and 70. RGB value is (118,129,112). Sum of RGB (Red+Green+Blue) = 118+129+112=359 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.87% from 359); Green value is 129 (50.78% from 255 or 35.93% from 359); Blue value is 112 (44.14% from 255 or 31.20% from 359); Max value from RGB is 129 - color contains mainly: green. Hex color #768170 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768170 is #897E8F. Grayscale: #7B7B7B. Windows color (decimal): -9010832 or 7373174. OLE color: 7373174.

HSL color Cylindrical-coordinate representation of color #768170: hue angle of 98.82º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #768170 is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 129 112 -
CMYK 0.09 0 0.13 0.49
HSL 98.82º 0.07% 0.47% -
HSV(B) 98.82º 0.13% 0.51% -
XYZ 18.25 20.72 18.37 -
YUV 123.77 121.36 123.88 -
System Red Green Blue C M Y K H S L
Decimal 118 129 112 0.09 0 0.13 0.49 98.82 0.07 0.47
Hex 76 81 70 9 0 D 31 63 7 2F
Octal 166 201 160 11 0 15 61 143 7 57
Binary 1110110 10000001 1110000 1001 0 1101 110001 1100011 111 101111

Color Harmonies of #768170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768170

Black with #768170

Text Example


Text Example

White with #768170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768170; }

 p { color: rgb(118,129,112); }

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

background-color css

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

 a { background-color: rgb(118,129,112); }

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

border-color css

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

 span { border-color: rgb(118,129,112); }

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