Html Css Color HEX #70776D Xanadu

📋 copy color: '#70776D'

red 112 ◦ green 119 ◦ blue 109

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

Shades of Xanadu #70776D

Tints of Xanadu #70776D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.06%

R = 32.94%
G = 35%
B = 32.06%

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

#70776D (or 0x70776D) is known color: Xanadu. HEX triplet: 70, 77 and 6D. RGB value is (112,119,109). Sum of RGB (Red+Green+Blue) = 112+119+109=340 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.94% from 340); Green value is 119 (46.88% from 255 or 35% from 340); Blue value is 109 (42.97% from 255 or 32.06% from 340); Max value from RGB is 119 - color contains mainly: green. Hex color #70776D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70776D is #8F8892. Grayscale: #737373. Windows color (decimal): -9406611 or 7174000. OLE color: 7174000.

HSL color Cylindrical-coordinate representation of color #70776D: hue angle of 102º 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 #70776D is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 119 109 -
CMYK 0.06 0 0.08 0.53
HSL 102º 0.04% 0.45% -
HSV(B) 102º 0.08% 0.47% -
XYZ 16.04 17.74 17.05 -
YUV 115.77 124.18 125.31 -
System Red Green Blue C M Y K H S L
Decimal 112 119 109 0.06 0 0.08 0.53 102 0.04 0.45
Hex 70 77 6D 6 0 8 35 66 4 2D
Octal 160 167 155 6 0 10 65 146 4 55
Binary 1110000 1110111 1101101 110 0 1000 110101 1100110 100 101101

Color Harmonies of #70776D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70776D

Black with #70776D

Text Example


Text Example

White with #70776D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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