Html Css Color HEX #779463 Highland

📋 copy color: '#779463'

red 119 ◦ green 148 ◦ blue 99

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

Shades of Highland #779463

Tints of Highland #779463

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.44%

 BLUE value IS 99 (39.06% from 255) = 27.05%

R = 32.51%
G = 40.44%
B = 27.05%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#779463 (or 0x779463) is known color: Highland. HEX triplet: 77, 94 and 63. RGB value is (119,148,99). Sum of RGB (Red+Green+Blue) = 119+148+99=366 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.51% from 366); Green value is 148 (58.20% from 255 or 40.44% from 366); Blue value is 99 (39.06% from 255 or 27.05% from 366); Max value from RGB is 148 - color contains mainly: green. Hex color #779463 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779463 is #886B9C. Grayscale: #858585. Windows color (decimal): -8940445 or 6526071. OLE color: 6526071.

HSL color Cylindrical-coordinate representation of color #779463: hue angle of 95.51º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #779463 is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 148 99 -
CMYK 0.20 0 0.33 0.42
HSL 95.51º 0.2% 0.48% -
HSV(B) 95.51º 0.33% 0.58% -
XYZ 20.45 26 15.75 -
YUV 133.74 108.39 117.48 -
System Red Green Blue C M Y K H S L
Decimal 119 148 99 0.20 0 0.33 0.42 95.51 0.2 0.48
Hex 77 94 63 14 0 21 2A 60 14 30
Octal 167 224 143 24 0 41 52 140 24 60
Binary 1110111 10010100 1100011 10100 0 100001 101010 1100000 10100 110000

Color Harmonies of #779463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779463

Black with #779463

Text Example


Text Example

White with #779463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779463; }

 p { color: rgb(119,148,99); }

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

background-color css

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

 a { background-color: rgb(119,148,99); }

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

border-color css

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

 span { border-color: rgb(119,148,99); }

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