Html Css Color HEX #788670 Xanadu

📋 copy color: '#788670'

red 120 ◦ green 134 ◦ blue 112

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

Shades of Xanadu #788670

Tints of Xanadu #788670

RGB

 RED value IS 120 (47.27% from 255) = 32.79%

 GREEN value IS 134 (52.73% from 255) = 36.61%

 BLUE value IS 112 (44.14% from 255) = 30.6%

R = 32.79%
G = 36.61%
B = 30.6%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#788670 (or 0x788670) is known color: Xanadu. HEX triplet: 78, 86 and 70. RGB value is (120,134,112). Sum of RGB (Red+Green+Blue) = 120+134+112=366 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.79% from 366); Green value is 134 (52.73% from 255 or 36.61% from 366); Blue value is 112 (44.14% from 255 or 30.60% from 366); Max value from RGB is 134 - color contains mainly: green. Hex color #788670 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788670 is #87798F. Grayscale: #7F7F7F. Windows color (decimal): -8878480 or 7374456. OLE color: 7374456.

HSL color Cylindrical-coordinate representation of color #788670: hue angle of 98.18º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #788670 is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 120 134 112 -
CMYK 0.10 0 0.16 0.47
HSL 98.18º 0.09% 0.48% -
HSV(B) 98.18º 0.16% 0.53% -
XYZ 19.2 22.21 18.61 -
YUV 127.31 119.36 122.79 -
System Red Green Blue C M Y K H S L
Decimal 120 134 112 0.10 0 0.16 0.47 98.18 0.09 0.48
Hex 78 86 70 A 0 10 2F 62 9 30
Octal 170 206 160 12 0 20 57 142 11 60
Binary 1111000 10000110 1110000 1010 0 10000 101111 1100010 1001 110000

Color Harmonies of #788670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788670

Black with #788670

Text Example


Text Example

White with #788670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788670; }

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

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

background-color css

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

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

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

border-color css

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

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

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