Html Css Color HEX #778C5E Highland

📋 copy color: '#778C5E'

red 119 ◦ green 140 ◦ blue 94

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

Shades of Highland #778C5E

Tints of Highland #778C5E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 39.66%

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

R = 33.71%
G = 39.66%
B = 26.63%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.33

 K value IS 0.45

RGB Variations

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

Color information

#778C5E (or 0x778C5E) is known color: Highland. HEX triplet: 77, 8C and 5E. RGB value is (119,140,94). Sum of RGB (Red+Green+Blue) = 119+140+94=353 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.71% from 353); Green value is 140 (55.08% from 255 or 39.66% from 353); Blue value is 94 (37.11% from 255 or 26.63% from 353); Max value from RGB is 140 - color contains mainly: green. Hex color #778C5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778C5E is #8873A1. Grayscale: #808080. Windows color (decimal): -8942498 or 6196343. OLE color: 6196343.

HSL color Cylindrical-coordinate representation of color #778C5E: hue angle of 87.39º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #778C5E is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.45.

Color convert

RGB 119 140 94 -
CMYK 0.15 0 0.33 0.45
HSL 87.39º 0.2% 0.46% -
HSV(B) 87.39º 0.33% 0.55% -
XYZ 19.01 23.49 14.12 -
YUV 128.48 108.54 121.24 -
System Red Green Blue C M Y K H S L
Decimal 119 140 94 0.15 0 0.33 0.45 87.39 0.2 0.46
Hex 77 8C 5E F 0 21 2D 57 14 2E
Octal 167 214 136 17 0 41 55 127 24 56
Binary 1110111 10001100 1011110 1111 0 100001 101101 1010111 10100 101110

Color Harmonies of #778C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778C5E

Black with #778C5E

Text Example


Text Example

White with #778C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778C5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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