Html Css Color HEX #7C8249 Finch

📋 copy color: '#7C8249'

red 124 ◦ green 130 ◦ blue 73

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

Shades of Finch #7C8249

Tints of Finch #7C8249

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.76%

 BLUE value IS 73 (28.91% from 255) = 22.32%

R = 37.92%
G = 39.76%
B = 22.32%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#7C8249 (or 0x7C8249) is known color: Finch. HEX triplet: 7C, 82 and 49. RGB value is (124,130,73). Sum of RGB (Red+Green+Blue) = 124+130+73=327 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.92% from 327); Green value is 130 (51.17% from 255 or 39.76% from 327); Blue value is 73 (28.91% from 255 or 22.32% from 327); Max value from RGB is 130 - color contains mainly: green. Hex color #7C8249 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C8249 is #837DB6. Grayscale: #797979. Windows color (decimal): -8617399 or 4817532. OLE color: 4817532.

HSL color Cylindrical-coordinate representation of color #7C8249: hue angle of 66.32º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7C8249 is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB 124 130 73 -
CMYK 0.05 0 0.44 0.49
HSL 66.32º 0.28% 0.4% -
HSV(B) 66.32º 0.44% 0.51% -
XYZ 17.5 20.73 9.38 -
YUV 121.71 100.51 129.63 -
System Red Green Blue C M Y K H S L
Decimal 124 130 73 0.05 0 0.44 0.49 66.32 0.28 0.4
Hex 7C 82 49 5 0 2C 31 42 1C 28
Octal 174 202 111 5 0 54 61 102 34 50
Binary 1111100 10000010 1001001 101 0 101100 110001 1000010 11100 101000

Color Harmonies of #7C8249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C8249

Black with #7C8249

Text Example


Text Example

White with #7C8249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,130,73); }

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

background-color css

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

 a { background-color: rgb(124,130,73); }

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

border-color css

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

 span { border-color: rgb(124,130,73); }

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