#768272

Color #768272 Xanadu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Xanadu #768272

Tints of Xanadu #768272

Color information

#768272 (or 0x768272) is unknown color: approx Xanadu. HEX triplet: 76, 82 and 72. RGB value is (118,130,114). Sum of RGB (Red+Green+Blue) = 118+130+114=362 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.60% from 362); Green value is 130 (51.17% from 255 or 35.91% from 362); Blue value is 114 (44.92% from 255 or 31.49% from 362); Max value from RGB is 130 - color contains mainly: green. Hex color #768272 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768272 is #897D8D. Grayscale: #7C7C7C. Windows color (decimal): -9010574 or 7504502. OLE color: 7504502.

HSL color Cylindrical-coordinate representation of color #768272: hue angle of 105º degrees, saturation: 0.07, 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 #768272 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB118130114-
CMYK0.0900.120.49
HSL105º6.56%47.84%-
HSV(B)105º12.31%50.98%-
XYZ18.4921.0319-
YUV124.59122.02123.3-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.60%
GREEN value IS 130 (51.17% from 255) = 35.91%
BLUE value IS 114 (44.92% from 255) = 31.49%
R=32.60%
G=35.91%
B=31.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1181301140.0900.120.491056.5647.84
Hex76827290C3169730
Octal1662021621101461151760
Binary11101101000001011100101001011001100011101001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768272; }

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

 H1.HeaderClassName
 {
   color: #768272;
 }
 .AnyTagClassName
 {
   color: #768272;
 }
</style>
background-color css

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

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

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

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

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

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