#707F67

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

Shades of Xanadu #707F67

Tints of Xanadu #707F67

Color information

#707F67 (or 0x707F67) is unknown color: approx Xanadu. HEX triplet: 70, 7F and 67. RGB value is (112,127,103). Sum of RGB (Red+Green+Blue) = 112+127+103=342 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.75% from 342); Green value is 127 (50% from 255 or 37.13% from 342); Blue value is 103 (40.62% from 255 or 30.12% from 342); Max value from RGB is 127 - color contains mainly: green. Hex color #707F67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707F67 is #8F8098. Grayscale: #777777. Windows color (decimal): -9404569 or 6782832. OLE color: 6782832.

HSL color Cylindrical-coordinate representation of color #707F67: hue angle of 97.5º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #707F67 is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.50.

Color convert

RGB112127103-
CMYK0.1200.190.50
HSL97.5º10.43%45.1%-
HSV(B)97.5º18.9%49.8%-
XYZ16.7219.615.73-
YUV119.78118.53122.45-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.75%
GREEN value IS 127 (50% from 255) = 37.13%
BLUE value IS 103 (40.62% from 255) = 30.12%
R=32.75%
G=37.13%
B=30.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1121271030.1200.190.5097.510.4345.1
Hex707F67C0133262a2d
Octal16017714714023621421255
Binary111000011111111100111110001001111001011000101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707F67; }

 p { color: rgb(112,127,103); }

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

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

 a { background-color: rgb(112,127,103); }

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

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

 span { border-color: rgb(112,127,103); }

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