Html Css Color HEX #76885D Highland

📋 copy color: '#76885D'

red 118 ◦ green 136 ◦ blue 93

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

Shades of Highland #76885D

Tints of Highland #76885D

RGB

 RED value IS 118 (46.48% from 255) = 34.01%

 GREEN value IS 136 (53.52% from 255) = 39.19%

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

R = 34.01%
G = 39.19%
B = 26.8%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#76885D (or 0x76885D) is known color: Highland. HEX triplet: 76, 88 and 5D. RGB value is (118,136,93). Sum of RGB (Red+Green+Blue) = 118+136+93=347 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.01% from 347); Green value is 136 (53.52% from 255 or 39.19% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 136 - color contains mainly: green. Hex color #76885D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76885D is #8977A2. Grayscale: #7D7D7D. Windows color (decimal): -9009059 or 6129782. OLE color: 6129782.

HSL color Cylindrical-coordinate representation of color #76885D: hue angle of 85.12º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #76885D is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 118 136 93 -
CMYK 0.13 0 0.32 0.47
HSL 85.12º 0.19% 0.45% -
HSV(B) 85.12º 0.32% 0.53% -
XYZ 18.25 22.25 13.69 -
YUV 125.72 109.54 122.5 -
System Red Green Blue C M Y K H S L
Decimal 118 136 93 0.13 0 0.32 0.47 85.12 0.19 0.45
Hex 76 88 5D D 0 20 2F 55 13 2D
Octal 166 210 135 15 0 40 57 125 23 55
Binary 1110110 10001000 1011101 1101 0 100000 101111 1010101 10011 101101

Color Harmonies of #76885D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76885D

Black with #76885D

Text Example


Text Example

White with #76885D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,136,93); }

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

background-color css

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

 a { background-color: rgb(118,136,93); }

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

border-color css

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

 span { border-color: rgb(118,136,93); }

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