Html Css Color HEX #768172 Xanadu

📋 copy color: '#768172'

red 118 ◦ green 129 ◦ blue 114

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

Shades of Xanadu #768172

Tints of Xanadu #768172

RGB

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

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

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

R = 32.69%
G = 35.73%
B = 31.58%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#768172 (or 0x768172) is known color: Xanadu. HEX triplet: 76, 81 and 72. RGB value is (118,129,114). Sum of RGB (Red+Green+Blue) = 118+129+114=361 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.69% from 361); Green value is 129 (50.78% from 255 or 35.73% from 361); Blue value is 114 (44.92% from 255 or 31.58% from 361); Max value from RGB is 129 - color contains mainly: green. Hex color #768172 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768172 is #897E8D. Grayscale: #7C7C7C. Windows color (decimal): -9010830 or 7504246. OLE color: 7504246.

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

Color convert

RGB 118 129 114 -
CMYK 0.09 0 0.12 0.49
HSL 104º 0.06% 0.48% -
HSV(B) 104º 0.12% 0.51% -
XYZ 18.36 20.77 18.96 -
YUV 124 122.36 123.72 -
System Red Green Blue C M Y K H S L
Decimal 118 129 114 0.09 0 0.12 0.49 104 0.06 0.48
Hex 76 81 72 9 0 C 31 68 6 30
Octal 166 201 162 11 0 14 61 150 6 60
Binary 1110110 10000001 1110010 1001 0 1100 110001 1101000 110 110000

Color Harmonies of #768172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768172

Black with #768172

Text Example


Text Example

White with #768172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768172; }

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

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

background-color css

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

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

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

border-color css

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

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

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