Html Css Color HEX #70786D Xanadu

📋 copy color: '#70786D'

red 112 ◦ green 120 ◦ blue 109

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

Shades of Xanadu #70786D

Tints of Xanadu #70786D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.19%

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

R = 32.84%
G = 35.19%
B = 31.96%

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

#70786D (or 0x70786D) is known color: Xanadu. HEX triplet: 70, 78 and 6D. RGB value is (112,120,109). Sum of RGB (Red+Green+Blue) = 112+120+109=341 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.84% from 341); Green value is 120 (47.27% from 255 or 35.19% from 341); Blue value is 109 (42.97% from 255 or 31.96% from 341); Max value from RGB is 120 - color contains mainly: green. Hex color #70786D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70786D is #8F8792. Grayscale: #747474. Windows color (decimal): -9406355 or 7174256. OLE color: 7174256.

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

Color convert

RGB 112 120 109 -
CMYK 0.07 0 0.09 0.53
HSL 103.64º 0.05% 0.45% -
HSV(B) 103.64º 0.09% 0.47% -
XYZ 16.16 17.98 17.09 -
YUV 116.35 123.85 124.89 -
System Red Green Blue C M Y K H S L
Decimal 112 120 109 0.07 0 0.09 0.53 103.64 0.05 0.45
Hex 70 78 6D 7 0 9 35 68 5 2D
Octal 160 170 155 7 0 11 65 150 5 55
Binary 1110000 1111000 1101101 111 0 1001 110101 1101000 101 101101

Color Harmonies of #70786D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70786D

Black with #70786D

Text Example


Text Example

White with #70786D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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