Html Css Color HEX #7C8455 Finch

📋 copy color: '#7C8455'

red 124 ◦ green 132 ◦ blue 85

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

Shades of Finch #7C8455

Tints of Finch #7C8455

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.71%

 BLUE value IS 85 (33.59% from 255) = 24.93%

R = 36.36%
G = 38.71%
B = 24.93%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.36

 K value IS 0.48

RGB Variations

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

Color information

#7C8455 (or 0x7C8455) is known color: Finch. HEX triplet: 7C, 84 and 55. RGB value is (124,132,85). Sum of RGB (Red+Green+Blue) = 124+132+85=341 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.36% from 341); Green value is 132 (51.95% from 255 or 38.71% from 341); Blue value is 85 (33.59% from 255 or 24.93% from 341); Max value from RGB is 132 - color contains mainly: green. Hex color #7C8455 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8455 is #837BAA. Grayscale: #7C7C7C. Windows color (decimal): -8616875 or 5604476. OLE color: 5604476.

HSL color Cylindrical-coordinate representation of color #7C8455: hue angle of 70.21º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7C8455 is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.48.

Color convert

RGB 124 132 85 -
CMYK 0.06 0 0.36 0.48
HSL 70.21º 0.22% 0.43% -
HSV(B) 70.21º 0.36% 0.52% -
XYZ 18.2 21.44 11.77 -
YUV 124.25 105.85 127.82 -
System Red Green Blue C M Y K H S L
Decimal 124 132 85 0.06 0 0.36 0.48 70.21 0.22 0.43
Hex 7C 84 55 6 0 24 30 46 16 2B
Octal 174 204 125 6 0 44 60 106 26 53
Binary 1111100 10000100 1010101 110 0 100100 110000 1000110 10110 101011

Color Harmonies of #7C8455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C8455

Black with #7C8455

Text Example


Text Example

White with #7C8455

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,132,85); }

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

background-color css

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

 a { background-color: rgb(124,132,85); }

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

border-color css

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

 span { border-color: rgb(124,132,85); }

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