Html Css Color HEX #70756D Xanadu

📋 copy color: '#70756D'

red 112 ◦ green 117 ◦ blue 109

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

Shades of Xanadu #70756D

Tints of Xanadu #70756D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.25%

R = 33.14%
G = 34.62%
B = 32.25%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#70756D (or 0x70756D) is known color: Xanadu. HEX triplet: 70, 75 and 6D. RGB value is (112,117,109). Sum of RGB (Red+Green+Blue) = 112+117+109=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 117 (46.09% from 255 or 34.62% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 117 - color contains mainly: green. Hex color #70756D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70756D is #8F8A92. Grayscale: #727272. Windows color (decimal): -9407123 or 7173488. OLE color: 7173488.

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

Color convert

RGB 112 117 109 -
CMYK 0.04 0 0.07 0.54
HSL 97.5º 0.04% 0.44% -
HSV(B) 97.5º 0.07% 0.46% -
XYZ 15.8 17.27 16.97 -
YUV 114.59 124.84 126.15 -
System Red Green Blue C M Y K H S L
Decimal 112 117 109 0.04 0 0.07 0.54 97.5 0.04 0.44
Hex 70 75 6D 4 0 7 36 62 4 2C
Octal 160 165 155 4 0 7 66 142 4 54
Binary 1110000 1110101 1101101 100 0 111 110110 1100010 100 101100

Color Harmonies of #70756D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70756D

Black with #70756D

Text Example


Text Example

White with #70756D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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