Html Css Color HEX #76875B Highland

📋 copy color: '#76875B'

red 118 ◦ green 135 ◦ blue 91

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

Shades of Highland #76875B

Tints of Highland #76875B

RGB

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

 GREEN value IS 135 (53.13% from 255) = 39.24%

 BLUE value IS 91 (35.94% from 255) = 26.45%

R = 34.3%
G = 39.24%
B = 26.45%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#76875B (or 0x76875B) is known color: Highland. HEX triplet: 76, 87 and 5B. RGB value is (118,135,91). Sum of RGB (Red+Green+Blue) = 118+135+91=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 135 (53.12% from 255 or 39.24% from 344); Blue value is 91 (35.94% from 255 or 26.45% from 344); Max value from RGB is 135 - color contains mainly: green. Hex color #76875B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76875B is #8978A4. Grayscale: #7D7D7D. Windows color (decimal): -9009317 or 5998454. OLE color: 5998454.

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

Color convert

RGB 118 135 91 -
CMYK 0.13 0 0.33 0.47
HSL 83.18º 0.19% 0.44% -
HSV(B) 83.18º 0.33% 0.53% -
XYZ 18.02 21.93 13.18 -
YUV 124.9 108.87 123.08 -
System Red Green Blue C M Y K H S L
Decimal 118 135 91 0.13 0 0.33 0.47 83.18 0.19 0.44
Hex 76 87 5B D 0 21 2F 53 13 2C
Octal 166 207 133 15 0 41 57 123 23 54
Binary 1110110 10000111 1011011 1101 0 100001 101111 1010011 10011 101100

Color Harmonies of #76875B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76875B

Black with #76875B

Text Example


Text Example

White with #76875B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76875B; }

 p { color: rgb(118,135,91); }

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

background-color css

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

 a { background-color: rgb(118,135,91); }

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

border-color css

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

 span { border-color: rgb(118,135,91); }

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