Html Css Color HEX #7C8874 Spanish Green

📋 copy color: '#7C8874'

red 124 ◦ green 136 ◦ blue 116

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

Shades of Spanish Green #7C8874

Tints of Spanish Green #7C8874

RGB

 RED value IS 124 (48.83% from 255) = 32.98%

 GREEN value IS 136 (53.52% from 255) = 36.17%

 BLUE value IS 116 (45.7% from 255) = 30.85%

R = 32.98%
G = 36.17%
B = 30.85%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#7C8874 (or 0x7C8874) is known color: Spanish Green. HEX triplet: 7C, 88 and 74. RGB value is (124,136,116). Sum of RGB (Red+Green+Blue) = 124+136+116=376 (49% of max value = 765). Red value is 124 (48.83% from 255 or 32.98% from 376); Green value is 136 (53.52% from 255 or 36.17% from 376); Blue value is 116 (45.70% from 255 or 30.85% from 376); Max value from RGB is 136 - color contains mainly: green. Hex color #7C8874 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8874 is #83778B. Grayscale: #828282. Windows color (decimal): -8615820 or 7637116. OLE color: 7637116.

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

Color convert

RGB 124 136 116 -
CMYK 0.09 0 0.15 0.47
HSL 96º 0.08% 0.49% -
HSV(B) 96º 0.15% 0.53% -
XYZ 20.27 23.15 19.92 -
YUV 130.13 120.02 123.63 -
System Red Green Blue C M Y K H S L
Decimal 124 136 116 0.09 0 0.15 0.47 96 0.08 0.49
Hex 7C 88 74 9 0 F 2F 60 8 31
Octal 174 210 164 11 0 17 57 140 10 61
Binary 1111100 10001000 1110100 1001 0 1111 101111 1100000 1000 110001

Color Harmonies of #7C8874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C8874

Black with #7C8874

Text Example


Text Example

White with #7C8874

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7C8874;
 }
 .AnyTagClassName
 {
   color: #7C8874;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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