Html Css Color HEX #70766F Xanadu

📋 copy color: '#70766F'

red 112 ◦ green 118 ◦ blue 111

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

Shades of Xanadu #70766F

Tints of Xanadu #70766F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.6%

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

R = 32.84%
G = 34.6%
B = 32.55%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#70766F (or 0x70766F) is known color: Xanadu. HEX triplet: 70, 76 and 6F. RGB value is (112,118,111). Sum of RGB (Red+Green+Blue) = 112+118+111=341 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.84% from 341); Green value is 118 (46.48% from 255 or 34.60% from 341); Blue value is 111 (43.75% from 255 or 32.55% from 341); Max value from RGB is 118 - color contains mainly: green. Hex color #70766F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70766F is #8F8990. Grayscale: #737373. Windows color (decimal): -9406865 or 7304816. OLE color: 7304816.

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

Color convert

RGB 112 118 111 -
CMYK 0.05 0 0.06 0.54
HSL 111.43º 0.03% 0.45% -
HSV(B) 111.43º 0.06% 0.46% -
XYZ 16.03 17.55 17.58 -
YUV 115.41 125.51 125.57 -
System Red Green Blue C M Y K H S L
Decimal 112 118 111 0.05 0 0.06 0.54 111.43 0.03 0.45
Hex 70 76 6F 5 0 6 36 6F 3 2D
Octal 160 166 157 5 0 6 66 157 3 55
Binary 1110000 1110110 1101111 101 0 110 110110 1101111 11 101101

Color Harmonies of #70766F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70766F

Black with #70766F

Text Example


Text Example

White with #70766F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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