Html Css Color HEX #70746E Xanadu

📋 copy color: '#70746E'

red 112 ◦ green 116 ◦ blue 110

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

Shades of Xanadu #70746E

Tints of Xanadu #70746E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.32%

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

R = 33.14%
G = 34.32%
B = 32.54%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#70746E (or 0x70746E) is known color: Xanadu. HEX triplet: 70, 74 and 6E. RGB value is (112,116,110). Sum of RGB (Red+Green+Blue) = 112+116+110=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 110 (43.36% from 255 or 32.54% from 338); Max value from RGB is 116 - color contains mainly: green. Hex color #70746E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70746E is #8F8B91. Grayscale: #727272. Windows color (decimal): -9407378 or 7238768. OLE color: 7238768.

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

Color convert

RGB 112 116 110 -
CMYK 0.03 0 0.05 0.55
HSL 100º 0.03% 0.44% -
HSV(B) 100º 0.05% 0.45% -
XYZ 15.74 17.06 17.22 -
YUV 114.12 125.67 126.49 -
System Red Green Blue C M Y K H S L
Decimal 112 116 110 0.03 0 0.05 0.55 100 0.03 0.44
Hex 70 74 6E 3 0 5 37 64 3 2C
Octal 160 164 156 3 0 5 67 144 3 54
Binary 1110000 1110100 1101110 11 0 101 110111 1100100 11 101100

Color Harmonies of #70746E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70746E

Black with #70746E

Text Example


Text Example

White with #70746E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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