Html Css Color HEX #70756E Xanadu

📋 copy color: '#70756E'

red 112 ◦ green 117 ◦ blue 110

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

Shades of Xanadu #70756E

Tints of Xanadu #70756E

RGB

 RED value IS 112 (44.14% from 255) = 33.04%

 GREEN value IS 117 (46.09% from 255) = 34.51%

 BLUE value IS 110 (43.36% from 255) = 32.45%

R = 33.04%
G = 34.51%
B = 32.45%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#70756E (or 0x70756E) is known color: Xanadu. HEX triplet: 70, 75 and 6E. RGB value is (112,117,110). Sum of RGB (Red+Green+Blue) = 112+117+110=339 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.04% from 339); Green value is 117 (46.09% from 255 or 34.51% from 339); Blue value is 110 (43.36% from 255 or 32.45% from 339); Max value from RGB is 117 - color contains mainly: green. Hex color #70756E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70756E is #8F8A91. Grayscale: #727272. Windows color (decimal): -9407122 or 7239024. OLE color: 7239024.

HSL color Cylindrical-coordinate representation of color #70756E: hue angle of 102.86º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #70756E is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 117 110 -
CMYK 0.04 0 0.06 0.54
HSL 102.86º 0.03% 0.45% -
HSV(B) 102.86º 0.06% 0.46% -
XYZ 15.86 17.29 17.25 -
YUV 114.71 125.34 126.07 -
System Red Green Blue C M Y K H S L
Decimal 112 117 110 0.04 0 0.06 0.54 102.86 0.03 0.45
Hex 70 75 6E 4 0 6 36 67 3 2D
Octal 160 165 156 4 0 6 66 147 3 55
Binary 1110000 1110101 1101110 100 0 110 110110 1100111 11 101101

Color Harmonies of #70756E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70756E

Black with #70756E

Text Example


Text Example

White with #70756E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70756E; }

 p { color: rgb(112,117,110); }

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

background-color css

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

 a { background-color: rgb(112,117,110); }

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

border-color css

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

 span { border-color: rgb(112,117,110); }

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