#767F72

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

Shades of Xanadu #767F72

Tints of Xanadu #767F72

Color information

#767F72 (or 0x767F72) is unknown color: approx Xanadu. HEX triplet: 76, 7F and 72. RGB value is (118,127,114). Sum of RGB (Red+Green+Blue) = 118+127+114=359 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.87% from 359); Green value is 127 (50% from 255 or 35.38% from 359); Blue value is 114 (44.92% from 255 or 31.75% from 359); Max value from RGB is 127 - color contains mainly: green. Hex color #767F72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767F72 is #89808D. Grayscale: #7A7A7A. Windows color (decimal): -9011342 or 7503734. OLE color: 7503734.

HSL color Cylindrical-coordinate representation of color #767F72: hue angle of 101.54º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #767F72 is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.50.

Color convert

RGB118127114-
CMYK0.0700.100.50
HSL101.54º5.39%47.25%-
HSV(B)101.54º10.24%49.8%-
XYZ18.120.2518.87-
YUV122.83123.02124.56-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.87%
GREEN value IS 127 (50% from 255) = 35.38%
BLUE value IS 114 (44.92% from 255) = 31.75%
R=32.87%
G=35.38%
B=31.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1181271140.0700.100.50101.545.3947.25
Hex767F7270A326652f
Octal166177162701262146557
Binary111011011111111110010111010101100101100110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767F72; }

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

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

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

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

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

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

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

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