Html Css Color HEX #76875C Highland

📋 copy color: '#76875C'

red 118 ◦ green 135 ◦ blue 92

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

Shades of Highland #76875C

Tints of Highland #76875C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.67%

R = 34.2%
G = 39.13%
B = 26.67%

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

#76875C (or 0x76875C) is known color: Highland. HEX triplet: 76, 87 and 5C. RGB value is (118,135,92). Sum of RGB (Red+Green+Blue) = 118+135+92=345 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.20% from 345); Green value is 135 (53.12% from 255 or 39.13% from 345); Blue value is 92 (36.33% from 255 or 26.67% from 345); Max value from RGB is 135 - color contains mainly: green. Hex color #76875C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76875C is #8978A3. Grayscale: #7D7D7D. Windows color (decimal): -9009316 or 6063990. OLE color: 6063990.

HSL color Cylindrical-coordinate representation of color #76875C: hue angle of 83.72º 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 #76875C is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 118 135 92 -
CMYK 0.13 0 0.32 0.47
HSL 83.72º 0.19% 0.45% -
HSV(B) 83.72º 0.32% 0.53% -
XYZ 18.07 21.95 13.41 -
YUV 125.02 109.37 123 -
System Red Green Blue C M Y K H S L
Decimal 118 135 92 0.13 0 0.32 0.47 83.72 0.19 0.45
Hex 76 87 5C D 0 20 2F 54 13 2D
Octal 166 207 134 15 0 40 57 124 23 55
Binary 1110110 10000111 1011100 1101 0 100000 101111 1010100 10011 101101

Color Harmonies of #76875C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76875C

Black with #76875C

Text Example


Text Example

White with #76875C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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