Html Css Color HEX #76895D Highland

📋 copy color: '#76895D'

red 118 ◦ green 137 ◦ blue 93

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

Shades of Highland #76895D

Tints of Highland #76895D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.37%

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

R = 33.91%
G = 39.37%
B = 26.72%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.32

 K value IS 0.46

RGB Variations

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

Color information

#76895D (or 0x76895D) is known color: Highland. HEX triplet: 76, 89 and 5D. RGB value is (118,137,93). Sum of RGB (Red+Green+Blue) = 118+137+93=348 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.91% from 348); Green value is 137 (53.91% from 255 or 39.37% from 348); Blue value is 93 (36.72% from 255 or 26.72% from 348); Max value from RGB is 137 - color contains mainly: green. Hex color #76895D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76895D is #8976A2. Grayscale: #7E7E7E. Windows color (decimal): -9008803 or 6130038. OLE color: 6130038.

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

Color convert

RGB 118 137 93 -
CMYK 0.14 0 0.32 0.46
HSL 85.91º 0.19% 0.45% -
HSV(B) 85.91º 0.32% 0.54% -
XYZ 18.39 22.53 13.74 -
YUV 126.3 109.21 122.08 -
System Red Green Blue C M Y K H S L
Decimal 118 137 93 0.14 0 0.32 0.46 85.91 0.19 0.45
Hex 76 89 5D E 0 20 2E 56 13 2D
Octal 166 211 135 16 0 40 56 126 23 55
Binary 1110110 10001001 1011101 1110 0 100000 101110 1010110 10011 101101

Color Harmonies of #76895D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76895D

Black with #76895D

Text Example


Text Example

White with #76895D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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