Html Css Color HEX #78895E Highland

📋 copy color: '#78895E'

red 120 ◦ green 137 ◦ blue 94

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

Shades of Highland #78895E

Tints of Highland #78895E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.78%

R = 34.19%
G = 39.03%
B = 26.78%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.31

 K value IS 0.46

RGB Variations

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

Color information

#78895E (or 0x78895E) is known color: Highland. HEX triplet: 78, 89 and 5E. RGB value is (120,137,94). Sum of RGB (Red+Green+Blue) = 120+137+94=351 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.19% from 351); Green value is 137 (53.91% from 255 or 39.03% from 351); Blue value is 94 (37.11% from 255 or 26.78% from 351); Max value from RGB is 137 - color contains mainly: green. Hex color #78895E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78895E is #8776A1. Grayscale: #7F7F7F. Windows color (decimal): -8877730 or 6195576. OLE color: 6195576.

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

Color convert

RGB 120 137 94 -
CMYK 0.12 0 0.31 0.46
HSL 83.72º 0.19% 0.45% -
HSV(B) 83.72º 0.31% 0.54% -
XYZ 18.71 22.69 13.98 -
YUV 127.02 109.37 123 -
System Red Green Blue C M Y K H S L
Decimal 120 137 94 0.12 0 0.31 0.46 83.72 0.19 0.45
Hex 78 89 5E C 0 1F 2E 54 13 2D
Octal 170 211 136 14 0 37 56 124 23 55
Binary 1111000 10001001 1011110 1100 0 11111 101110 1010100 10011 101101

Color Harmonies of #78895E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78895E

Black with #78895E

Text Example


Text Example

White with #78895E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78895E; }

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

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

background-color css

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

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

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

border-color css

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

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

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