Html Css Color HEX #7C8549 Finch

📋 copy color: '#7C8549'

red 124 ◦ green 133 ◦ blue 73

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

Shades of Finch #7C8549

Tints of Finch #7C8549

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.3%

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

R = 37.58%
G = 40.3%
B = 22.12%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#7C8549 (or 0x7C8549) is known color: Finch. HEX triplet: 7C, 85 and 49. RGB value is (124,133,73). Sum of RGB (Red+Green+Blue) = 124+133+73=330 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.58% from 330); Green value is 133 (52.34% from 255 or 40.30% from 330); Blue value is 73 (28.91% from 255 or 22.12% from 330); Max value from RGB is 133 - color contains mainly: green. Hex color #7C8549 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C8549 is #837AB6. Grayscale: #7B7B7B. Windows color (decimal): -8616631 or 4818300. OLE color: 4818300.

HSL color Cylindrical-coordinate representation of color #7C8549: hue angle of 69º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7C8549 is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB 124 133 73 -
CMYK 0.07 0 0.45 0.48
HSL 69º 0.29% 0.4% -
HSV(B) 69º 0.45% 0.52% -
XYZ 17.9 21.54 9.52 -
YUV 123.47 99.52 128.38 -
System Red Green Blue C M Y K H S L
Decimal 124 133 73 0.07 0 0.45 0.48 69 0.29 0.4
Hex 7C 85 49 7 0 2D 30 45 1D 28
Octal 174 205 111 7 0 55 60 105 35 50
Binary 1111100 10000101 1001001 111 0 101101 110000 1000101 11101 101000

Color Harmonies of #7C8549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C8549

Black with #7C8549

Text Example


Text Example

White with #7C8549

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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