#70786D

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

Shades of Xanadu #70786D

Tints of Xanadu #70786D

Color information

#70786D (or 0x70786D) is unknown color: approx Xanadu. HEX triplet: 70, 78 and 6D. RGB value is (112,120,109). Sum of RGB (Red+Green+Blue) = 112+120+109=341 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.84% from 341); Green value is 120 (47.27% from 255 or 35.19% from 341); Blue value is 109 (42.97% from 255 or 31.96% from 341); Max value from RGB is 120 - color contains mainly: green. Hex color #70786D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70786D is #8F8792. Grayscale: #747474. Windows color (decimal): -9406355 or 7174256. OLE color: 7174256.

HSL color Cylindrical-coordinate representation of color #70786D: hue angle of 103.64º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #70786D is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB112120109-
CMYK0.0700.090.53
HSL103.64º4.8%44.9%-
HSV(B)103.64º9.17%47.06%-
XYZ16.1617.9817.09-
YUV116.35123.85124.89-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.84%
GREEN value IS 120 (47.27% from 255) = 35.19%
BLUE value IS 109 (42.97% from 255) = 31.96%
R=32.84%
G=35.19%
B=31.96%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1121201090.0700.090.53103.644.844.9
Hex70786D709356852d
Octal160170155701165150555
Binary111000011110001101101111010011101011101000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70786D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70786D; }

 p { color: rgb(112,120,109); }

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

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

 a { background-color: rgb(112,120,109); }

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

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

 span { border-color: rgb(112,120,109); }

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