Html Css Color HEX #76925C Highland

📋 copy color: '#76925C'

red 118 ◦ green 146 ◦ blue 92

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

Shades of Highland #76925C

Tints of Highland #76925C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.01%

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

R = 33.15%
G = 41.01%
B = 25.84%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.37

 K value IS 0.43

RGB Variations

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

Color information

#76925C (or 0x76925C) is known color: Highland. HEX triplet: 76, 92 and 5C. RGB value is (118,146,92). Sum of RGB (Red+Green+Blue) = 118+146+92=356 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.15% from 356); Green value is 146 (57.42% from 255 or 41.01% from 356); Blue value is 92 (36.33% from 255 or 25.84% from 356); Max value from RGB is 146 - color contains mainly: green. Hex color #76925C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76925C is #896DA3. Grayscale: #838383. Windows color (decimal): -9006500 or 6066806. OLE color: 6066806.

HSL color Cylindrical-coordinate representation of color #76925C: hue angle of 91.11º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76925C is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.

Color convert

RGB 118 146 92 -
CMYK 0.19 0 0.37 0.43
HSL 91.11º 0.23% 0.47% -
HSV(B) 91.11º 0.37% 0.57% -
XYZ 19.68 25.18 13.95 -
YUV 131.47 105.72 118.39 -
System Red Green Blue C M Y K H S L
Decimal 118 146 92 0.19 0 0.37 0.43 91.11 0.23 0.47
Hex 76 92 5C 13 0 25 2B 5B 17 2F
Octal 166 222 134 23 0 45 53 133 27 57
Binary 1110110 10010010 1011100 10011 0 100101 101011 1011011 10111 101111

Color Harmonies of #76925C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76925C

Black with #76925C

Text Example


Text Example

White with #76925C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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