Html Css Color HEX #70776E Xanadu

📋 copy color: '#70776E'

red 112 ◦ green 119 ◦ blue 110

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

Shades of Xanadu #70776E

Tints of Xanadu #70776E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.9%

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

R = 32.84%
G = 34.9%
B = 32.26%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#70776E (or 0x70776E) is known color: Xanadu. HEX triplet: 70, 77 and 6E. RGB value is (112,119,110). Sum of RGB (Red+Green+Blue) = 112+119+110=341 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.84% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 110 (43.36% from 255 or 32.26% from 341); Max value from RGB is 119 - color contains mainly: green. Hex color #70776E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70776E is #8F8891. Grayscale: #737373. Windows color (decimal): -9406610 or 7239536. OLE color: 7239536.

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

Color convert

RGB 112 119 110 -
CMYK 0.06 0 0.08 0.53
HSL 106.67º 0.04% 0.45% -
HSV(B) 106.67º 0.08% 0.47% -
XYZ 16.09 17.76 17.33 -
YUV 115.88 124.68 125.23 -
System Red Green Blue C M Y K H S L
Decimal 112 119 110 0.06 0 0.08 0.53 106.67 0.04 0.45
Hex 70 77 6E 6 0 8 35 6B 4 2D
Octal 160 167 156 6 0 10 65 153 4 55
Binary 1110000 1110111 1101110 110 0 1000 110101 1101011 100 101101

Color Harmonies of #70776E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70776E

Black with #70776E

Text Example


Text Example

White with #70776E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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