#7C8875

Color #7C8875 Spanish Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spanish Green #7C8875

Tints of Spanish Green #7C8875

Color information

#7C8875 (or 0x7C8875) is unknown color: approx Spanish Green. HEX triplet: 7C, 88 and 75. RGB value is (124,136,117). Sum of RGB (Red+Green+Blue) = 124+136+117=377 (49% of max value = 765). Red value is 124 (48.83% from 255 or 32.89% from 377); Green value is 136 (53.52% from 255 or 36.07% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 136 - color contains mainly: green. Hex color #7C8875 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8875 is #83778A. Grayscale: #828282. Windows color (decimal): -8615819 or 7702652. OLE color: 7702652.

HSL color Cylindrical-coordinate representation of color #7C8875: hue angle of 97.89º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7C8875 is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB124136117-
CMYK0.0900.140.47
HSL97.89º7.51%49.61%-
HSV(B)97.89º13.97%53.33%-
XYZ20.3323.1820.23-
YUV130.25120.52123.54-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 32.89%
GREEN value IS 136 (53.52% from 255) = 36.07%
BLUE value IS 117 (46.09% from 255) = 31.03%
R=32.89%
G=36.07%
B=31.03%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1241361170.0900.140.4797.897.5149.61
Hex7C887590E2F62832
Octal17421016511016571421062
Binary111110010001000111010110010111010111111000101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C8875; }

 p { color: rgb(124,136,117); }

 H1.HeaderClassName
 {
   color: #7C8875;
 }
 .AnyTagClassName
 {
   color: #7C8875;
 }
</style>
background-color css

<style>
 a { background-color: #7C8875; }

 a { background-color: rgb(124,136,117); }

 div.DivClassName
 {
   background-color: #7C8875;
 }
 .BgClassName
 {
   background-color: #7C8875;
 }
</style>
border-color css

<style>
 span { border-color: #7C8875; }

 span { border-color: rgb(124,136,117); }

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