Html Css Color HEX #70756F Xanadu

📋 copy color: '#70756F'

red 112 ◦ green 117 ◦ blue 111

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

Shades of Xanadu #70756F

Tints of Xanadu #70756F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 32.65%

R = 32.94%
G = 34.41%
B = 32.65%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#70756F (or 0x70756F) is known color: Xanadu. HEX triplet: 70, 75 and 6F. RGB value is (112,117,111). Sum of RGB (Red+Green+Blue) = 112+117+111=340 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.94% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 111 (43.75% from 255 or 32.65% from 340); Max value from RGB is 117 - color contains mainly: green. Hex color #70756F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70756F is #8F8A90. Grayscale: #727272. Windows color (decimal): -9407121 or 7304560. OLE color: 7304560.

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

Color convert

RGB 112 117 111 -
CMYK 0.04 0 0.05 0.54
HSL 110º 0.03% 0.45% -
HSV(B) 110º 0.05% 0.46% -
XYZ 15.91 17.32 17.54 -
YUV 114.82 125.84 125.99 -
System Red Green Blue C M Y K H S L
Decimal 112 117 111 0.04 0 0.05 0.54 110 0.03 0.45
Hex 70 75 6F 4 0 5 36 6E 3 2D
Octal 160 165 157 4 0 5 66 156 3 55
Binary 1110000 1110101 1101111 100 0 101 110110 1101110 11 101101

Color Harmonies of #70756F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70756F

Black with #70756F

Text Example


Text Example

White with #70756F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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