Html Css Color HEX #70776F Xanadu

📋 copy color: '#70776F'

red 112 ◦ green 119 ◦ blue 111

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

Shades of Xanadu #70776F

Tints of Xanadu #70776F

RGB

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

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

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

R = 32.75%
G = 34.8%
B = 32.46%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#70776F (or 0x70776F) is known color: Xanadu. HEX triplet: 70, 77 and 6F. RGB value is (112,119,111). Sum of RGB (Red+Green+Blue) = 112+119+111=342 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.75% from 342); Green value is 119 (46.88% from 255 or 34.80% from 342); Blue value is 111 (43.75% from 255 or 32.46% from 342); Max value from RGB is 119 - color contains mainly: green. Hex color #70776F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70776F is #8F8890. Grayscale: #747474. Windows color (decimal): -9406609 or 7305072. OLE color: 7305072.

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

Color convert

RGB 112 119 111 -
CMYK 0.06 0 0.07 0.53
HSL 112.5º 0.03% 0.45% -
HSV(B) 112.5º 0.07% 0.47% -
XYZ 16.15 17.79 17.62 -
YUV 116 125.18 125.15 -
System Red Green Blue C M Y K H S L
Decimal 112 119 111 0.06 0 0.07 0.53 112.5 0.03 0.45
Hex 70 77 6F 6 0 7 35 70 3 2D
Octal 160 167 157 6 0 7 65 160 3 55
Binary 1110000 1110111 1101111 110 0 111 110101 1110000 11 101101

Color Harmonies of #70776F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70776F

Black with #70776F

Text Example


Text Example

White with #70776F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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