Html Css Color HEX #70726F Xanadu

📋 copy color: '#70726F'

red 112 ◦ green 114 ◦ blue 111

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

Shades of Xanadu #70726F

Tints of Xanadu #70726F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.83%

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

R = 33.23%
G = 33.83%
B = 32.94%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#70726F (or 0x70726F) is known color: Xanadu. HEX triplet: 70, 72 and 6F. RGB value is (112,114,111). Sum of RGB (Red+Green+Blue) = 112+114+111=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 114 (44.92% from 255 or 33.83% from 337); Blue value is 111 (43.75% from 255 or 32.94% from 337); Max value from RGB is 114 - color contains mainly: green. Hex color #70726F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70726F is #8F8D90. Grayscale: #717171. Windows color (decimal): -9407889 or 7303792. OLE color: 7303792.

HSL color Cylindrical-coordinate representation of color #70726F: hue angle of 100º degrees, saturation: 0.01, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #70726F is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 114 111 -
CMYK 0.02 0 0.03 0.55
HSL 100º 0.01% 0.44% -
HSV(B) 100º 0.03% 0.45% -
XYZ 15.57 16.63 17.43 -
YUV 113.06 126.84 127.24 -
System Red Green Blue C M Y K H S L
Decimal 112 114 111 0.02 0 0.03 0.55 100 0.01 0.44
Hex 70 72 6F 2 0 3 37 64 1 2C
Octal 160 162 157 2 0 3 67 144 1 54
Binary 1110000 1110010 1101111 10 0 11 110111 1100100 1 101100

Color Harmonies of #70726F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70726F

Black with #70726F

Text Example


Text Example

White with #70726F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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