Html Css Color HEX #7C8254 Finch

📋 copy color: '#7C8254'

red 124 ◦ green 130 ◦ blue 84

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

Shades of Finch #7C8254

Tints of Finch #7C8254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 24.85%

R = 36.69%
G = 38.46%
B = 24.85%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#7C8254 (or 0x7C8254) is known color: Finch. HEX triplet: 7C, 82 and 54. RGB value is (124,130,84). Sum of RGB (Red+Green+Blue) = 124+130+84=338 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.69% from 338); Green value is 130 (51.17% from 255 or 38.46% from 338); Blue value is 84 (33.20% from 255 or 24.85% from 338); Max value from RGB is 130 - color contains mainly: green. Hex color #7C8254 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8254 is #837DAB. Grayscale: #7B7B7B. Windows color (decimal): -8617388 or 5538428. OLE color: 5538428.

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

Color convert

RGB 124 130 84 -
CMYK 0.05 0 0.35 0.49
HSL 67.83º 0.21% 0.42% -
HSV(B) 67.83º 0.35% 0.51% -
XYZ 17.9 20.89 11.48 -
YUV 122.96 106.01 128.74 -
System Red Green Blue C M Y K H S L
Decimal 124 130 84 0.05 0 0.35 0.49 67.83 0.21 0.42
Hex 7C 82 54 5 0 23 31 44 15 2A
Octal 174 202 124 5 0 43 61 104 25 52
Binary 1111100 10000010 1010100 101 0 100011 110001 1000100 10101 101010

Color Harmonies of #7C8254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C8254

Black with #7C8254

Text Example


Text Example

White with #7C8254

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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