Html Css Color HEX #77915D Highland

📋 copy color: '#77915D'

red 119 ◦ green 145 ◦ blue 93

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

Shades of Highland #77915D

Tints of Highland #77915D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.62%

 BLUE value IS 93 (36.72% from 255) = 26.05%

R = 33.33%
G = 40.62%
B = 26.05%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.36

 K value IS 0.43

RGB Variations

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

Color information

#77915D (or 0x77915D) is known color: Highland. HEX triplet: 77, 91 and 5D. RGB value is (119,145,93). Sum of RGB (Red+Green+Blue) = 119+145+93=357 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.33% from 357); Green value is 145 (57.03% from 255 or 40.62% from 357); Blue value is 93 (36.72% from 255 or 26.05% from 357); Max value from RGB is 145 - color contains mainly: green. Hex color #77915D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77915D is #886EA2. Grayscale: #838383. Windows color (decimal): -8941219 or 6132087. OLE color: 6132087.

HSL color Cylindrical-coordinate representation of color #77915D: hue angle of 90º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #77915D is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB 119 145 93 -
CMYK 0.18 0 0.36 0.43
HSL 90º 0.22% 0.47% -
HSV(B) 90º 0.36% 0.57% -
XYZ 19.71 24.96 14.14 -
YUV 131.3 106.39 119.23 -
System Red Green Blue C M Y K H S L
Decimal 119 145 93 0.18 0 0.36 0.43 90 0.22 0.47
Hex 77 91 5D 12 0 24 2B 5A 16 2F
Octal 167 221 135 22 0 44 53 132 26 57
Binary 1110111 10010001 1011101 10010 0 100100 101011 1011010 10110 101111

Color Harmonies of #77915D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77915D

Black with #77915D

Text Example


Text Example

White with #77915D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77915D; }

 p { color: rgb(119,145,93); }

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

background-color css

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

 a { background-color: rgb(119,145,93); }

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

border-color css

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

 span { border-color: rgb(119,145,93); }

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