Html Css Color HEX #77995E Highland

📋 copy color: '#77995E'

red 119 ◦ green 153 ◦ blue 94

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

Shades of Highland #77995E

Tints of Highland #77995E

RGB

 RED value IS 119 (46.88% from 255) = 32.51%

 GREEN value IS 153 (60.16% from 255) = 41.8%

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

R = 32.51%
G = 41.8%
B = 25.68%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.39

 K value IS 0.4

RGB Variations

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

Color information

#77995E (or 0x77995E) is known color: Highland. HEX triplet: 77, 99 and 5E. RGB value is (119,153,94). Sum of RGB (Red+Green+Blue) = 119+153+94=366 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.51% from 366); Green value is 153 (60.16% from 255 or 41.80% from 366); Blue value is 94 (37.11% from 255 or 25.68% from 366); Max value from RGB is 153 - color contains mainly: green. Hex color #77995E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77995E is #8866A1. Grayscale: #888888. Windows color (decimal): -8939170 or 6199671. OLE color: 6199671.

HSL color Cylindrical-coordinate representation of color #77995E: hue angle of 94.58º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #77995E is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.4.

Color convert

RGB 119 153 94 -
CMYK 0.22 0 0.39 0.4
HSL 94.58º 0.24% 0.48% -
HSV(B) 94.58º 0.39% 0.6% -
XYZ 21.02 27.51 14.79 -
YUV 136.11 104.24 115.8 -
System Red Green Blue C M Y K H S L
Decimal 119 153 94 0.22 0 0.39 0.4 94.58 0.24 0.48
Hex 77 99 5E 16 0 27 28 5F 18 30
Octal 167 231 136 26 0 47 50 137 30 60
Binary 1110111 10011001 1011110 10110 0 100111 101000 1011111 11000 110000

Color Harmonies of #77995E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77995E

Black with #77995E

Text Example


Text Example

White with #77995E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,153,94); }

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

background-color css

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

 a { background-color: rgb(119,153,94); }

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

border-color css

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

 span { border-color: rgb(119,153,94); }

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