Html Css Color HEX #7C8058 Finch

📋 copy color: '#7C8058'

red 124 ◦ green 128 ◦ blue 88

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

Shades of Finch #7C8058

Tints of Finch #7C8058

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.65%

 BLUE value IS 88 (34.77% from 255) = 25.88%

R = 36.47%
G = 37.65%
B = 25.88%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.31

 K value IS 0.50

RGB Variations

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

Color information

#7C8058 (or 0x7C8058) is known color: Finch. HEX triplet: 7C, 80 and 58. RGB value is (124,128,88). Sum of RGB (Red+Green+Blue) = 124+128+88=340 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.47% from 340); Green value is 128 (50.39% from 255 or 37.65% from 340); Blue value is 88 (34.77% from 255 or 25.88% from 340); Max value from RGB is 128 - color contains mainly: green. Hex color #7C8058 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8058 is #837FA7. Grayscale: #7A7A7A. Windows color (decimal): -8617896 or 5800060. OLE color: 5800060.

HSL color Cylindrical-coordinate representation of color #7C8058: hue angle of 66º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7C8058 is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.50.

Color convert

RGB 124 128 88 -
CMYK 0.03 0 0.31 0.50
HSL 66º 0.19% 0.42% -
HSV(B) 66º 0.31% 0.5% -
XYZ 17.79 20.43 12.24 -
YUV 122.24 108.67 129.25 -
System Red Green Blue C M Y K H S L
Decimal 124 128 88 0.03 0 0.31 0.50 66 0.19 0.42
Hex 7C 80 58 3 0 1F 32 42 13 2A
Octal 174 200 130 3 0 37 62 102 23 52
Binary 1111100 10000000 1011000 11 0 11111 110010 1000010 10011 101010

Color Harmonies of #7C8058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C8058

Black with #7C8058

Text Example


Text Example

White with #7C8058

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,128,88); }

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

background-color css

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

 a { background-color: rgb(124,128,88); }

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

border-color css

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

 span { border-color: rgb(124,128,88); }

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