Html Css Color HEX #7C8562 Finch

📋 copy color: '#7C8562'

red 124 ◦ green 133 ◦ blue 98

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

Shades of Finch #7C8562

Tints of Finch #7C8562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 27.61%

R = 34.93%
G = 37.46%
B = 27.61%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#7C8562 (or 0x7C8562) is known color: Finch. HEX triplet: 7C, 85 and 62. RGB value is (124,133,98). Sum of RGB (Red+Green+Blue) = 124+133+98=355 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.93% from 355); Green value is 133 (52.34% from 255 or 37.46% from 355); Blue value is 98 (38.67% from 255 or 27.61% from 355); Max value from RGB is 133 - color contains mainly: green. Hex color #7C8562 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8562 is #837A9D. Grayscale: #7E7E7E. Windows color (decimal): -8616606 or 6456700. OLE color: 6456700.

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

Color convert

RGB 124 133 98 -
CMYK 0.07 0 0.26 0.48
HSL 75.43º 0.15% 0.45% -
HSV(B) 75.43º 0.26% 0.52% -
XYZ 18.9 21.94 14.79 -
YUV 126.32 112.02 126.35 -
System Red Green Blue C M Y K H S L
Decimal 124 133 98 0.07 0 0.26 0.48 75.43 0.15 0.45
Hex 7C 85 62 7 0 1A 30 4B F 2D
Octal 174 205 142 7 0 32 60 113 17 55
Binary 1111100 10000101 1100010 111 0 11010 110000 1001011 1111 101101

Color Harmonies of #7C8562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C8562

Black with #7C8562

Text Example


Text Example

White with #7C8562

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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