Html Css Color HEX #78896F Xanadu

📋 copy color: '#78896F'

red 120 ◦ green 137 ◦ blue 111

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

Shades of Xanadu #78896F

Tints of Xanadu #78896F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.23%

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

R = 32.61%
G = 37.23%
B = 30.16%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.19

 K value IS 0.46

RGB Variations

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

Color information

#78896F (or 0x78896F) is known color: Xanadu. HEX triplet: 78, 89 and 6F. RGB value is (120,137,111). Sum of RGB (Red+Green+Blue) = 120+137+111=368 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.61% from 368); Green value is 137 (53.91% from 255 or 37.23% from 368); Blue value is 111 (43.75% from 255 or 30.16% from 368); Max value from RGB is 137 - color contains mainly: green. Hex color #78896F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78896F is #877690. Grayscale: #818181. Windows color (decimal): -8877713 or 7309688. OLE color: 7309688.

HSL color Cylindrical-coordinate representation of color #78896F: hue angle of 99.23º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #78896F is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB 120 137 111 -
CMYK 0.12 0 0.19 0.46
HSL 99.23º 0.1% 0.49% -
HSV(B) 99.23º 0.19% 0.54% -
XYZ 19.56 23.03 18.45 -
YUV 128.95 117.87 121.61 -
System Red Green Blue C M Y K H S L
Decimal 120 137 111 0.12 0 0.19 0.46 99.23 0.1 0.49
Hex 78 89 6F C 0 13 2E 63 A 31
Octal 170 211 157 14 0 23 56 143 12 61
Binary 1111000 10001001 1101111 1100 0 10011 101110 1100011 1010 110001

Color Harmonies of #78896F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78896F

Black with #78896F

Text Example


Text Example

White with #78896F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,137,111); }

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

background-color css

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

 a { background-color: rgb(120,137,111); }

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

border-color css

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

 span { border-color: rgb(120,137,111); }

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