Html Css Color HEX #70846C Xanadu

📋 copy color: '#70846C'

red 112 ◦ green 132 ◦ blue 108

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

Shades of Xanadu #70846C

Tints of Xanadu #70846C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.5%

 BLUE value IS 108 (42.58% from 255) = 30.68%

R = 31.82%
G = 37.5%
B = 30.68%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#70846C (or 0x70846C) is known color: Xanadu. HEX triplet: 70, 84 and 6C. RGB value is (112,132,108). Sum of RGB (Red+Green+Blue) = 112+132+108=352 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.82% from 352); Green value is 132 (51.95% from 255 or 37.5% from 352); Blue value is 108 (42.58% from 255 or 30.68% from 352); Max value from RGB is 132 - color contains mainly: green. Hex color #70846C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70846C is #8F7B93. Grayscale: #7B7B7B. Windows color (decimal): -9403284 or 7111792. OLE color: 7111792.

HSL color Cylindrical-coordinate representation of color #70846C: hue angle of 110º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #70846C is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB 112 132 108 -
CMYK 0.15 0 0.18 0.48
HSL 110º 0.1% 0.47% -
HSV(B) 110º 0.18% 0.52% -
XYZ 17.64 21.03 17.32 -
YUV 123.28 119.37 119.95 -
System Red Green Blue C M Y K H S L
Decimal 112 132 108 0.15 0 0.18 0.48 110 0.1 0.47
Hex 70 84 6C F 0 12 30 6E A 2F
Octal 160 204 154 17 0 22 60 156 12 57
Binary 1110000 10000100 1101100 1111 0 10010 110000 1101110 1010 101111

Color Harmonies of #70846C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70846C

Black with #70846C

Text Example


Text Example

White with #70846C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70846C; }

 p { color: rgb(112,132,108); }

 H1.HeaderClassName
 {
   color: #70846C;
 }
 .AnyTagClassName
 {
   color: #70846C;
 }
</style>

background-color css

<style>
 a { background-color: #70846C; }

 a { background-color: rgb(112,132,108); }

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

border-color css

<style>
 span { border-color: #70846C; }

 span { border-color: rgb(112,132,108); }

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