Html Css Color HEX #727670 Xanadu

📋 copy color: '#727670'

red 114 ◦ green 118 ◦ blue 112

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

Shades of Xanadu #727670

Tints of Xanadu #727670

RGB

 RED value IS 114 (44.92% from 255) = 33.14%

 GREEN value IS 118 (46.48% from 255) = 34.3%

 BLUE value IS 112 (44.14% from 255) = 32.56%

R = 33.14%
G = 34.3%
B = 32.56%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#727670 (or 0x727670) is known color: Xanadu. HEX triplet: 72, 76 and 70. RGB value is (114,118,112). Sum of RGB (Red+Green+Blue) = 114+118+112=344 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.14% from 344); Green value is 118 (46.48% from 255 or 34.30% from 344); Blue value is 112 (44.14% from 255 or 32.56% from 344); Max value from RGB is 118 - color contains mainly: green. Hex color #727670 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727670 is #8D898F. Grayscale: #747474. Windows color (decimal): -9275792 or 7370354. OLE color: 7370354.

HSL color Cylindrical-coordinate representation of color #727670: hue angle of 100º 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 #727670 is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB 114 118 112 -
CMYK 0.03 0 0.05 0.54
HSL 100º 0.03% 0.45% -
HSV(B) 100º 0.05% 0.46% -
XYZ 16.34 17.7 17.89 -
YUV 116.12 125.67 126.49 -
System Red Green Blue C M Y K H S L
Decimal 114 118 112 0.03 0 0.05 0.54 100 0.03 0.45
Hex 72 76 70 3 0 5 36 64 3 2D
Octal 162 166 160 3 0 5 66 144 3 55
Binary 1110010 1110110 1110000 11 0 101 110110 1100100 11 101101

Color Harmonies of #727670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727670

Black with #727670

Text Example


Text Example

White with #727670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727670; }

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

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

background-color css

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

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

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

border-color css

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

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

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