Html Css Color HEX #70796E Xanadu

📋 copy color: '#70796E'

red 112 ◦ green 121 ◦ blue 110

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

Shades of Xanadu #70796E

Tints of Xanadu #70796E

RGB

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

 GREEN value IS 121 (47.66% from 255) = 35.28%

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

R = 32.65%
G = 35.28%
B = 32.07%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#70796E (or 0x70796E) is known color: Xanadu. HEX triplet: 70, 79 and 6E. RGB value is (112,121,110). Sum of RGB (Red+Green+Blue) = 112+121+110=343 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.65% from 343); Green value is 121 (47.66% from 255 or 35.28% from 343); Blue value is 110 (43.36% from 255 or 32.07% from 343); Max value from RGB is 121 - color contains mainly: green. Hex color #70796E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70796E is #8F8691. Grayscale: #757575. Windows color (decimal): -9406098 or 7240048. OLE color: 7240048.

HSL color Cylindrical-coordinate representation of color #70796E: hue angle of 109.09º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #70796E is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 121 110 -
CMYK 0.07 0 0.09 0.53
HSL 109.09º 0.05% 0.45% -
HSV(B) 109.09º 0.09% 0.47% -
XYZ 16.33 18.25 17.41 -
YUV 117.06 124.02 124.39 -
System Red Green Blue C M Y K H S L
Decimal 112 121 110 0.07 0 0.09 0.53 109.09 0.05 0.45
Hex 70 79 6E 7 0 9 35 6D 5 2D
Octal 160 171 156 7 0 11 65 155 5 55
Binary 1110000 1111001 1101110 111 0 1001 110101 1101101 101 101101

Color Harmonies of #70796E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70796E

Black with #70796E

Text Example


Text Example

White with #70796E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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