Html Css Color HEX #7C8955 Finch

📋 copy color: '#7C8955'

red 124 ◦ green 137 ◦ blue 85

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

Shades of Finch #7C8955

Tints of Finch #7C8955

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.6%

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

R = 35.84%
G = 39.6%
B = 24.57%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.38

 K value IS 0.46

RGB Variations

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

Color information

#7C8955 (or 0x7C8955) is known color: Finch. HEX triplet: 7C, 89 and 55. RGB value is (124,137,85). Sum of RGB (Red+Green+Blue) = 124+137+85=346 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.84% from 346); Green value is 137 (53.91% from 255 or 39.60% from 346); Blue value is 85 (33.59% from 255 or 24.57% from 346); Max value from RGB is 137 - color contains mainly: green. Hex color #7C8955 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8955 is #8376AA. Grayscale: #7F7F7F. Windows color (decimal): -8615595 or 5605756. OLE color: 5605756.

HSL color Cylindrical-coordinate representation of color #7C8955: hue angle of 75º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7C8955 is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.46.

Color convert

RGB 124 137 85 -
CMYK 0.09 0 0.38 0.46
HSL 75º 0.23% 0.44% -
HSV(B) 75º 0.38% 0.54% -
XYZ 18.9 22.83 12.01 -
YUV 127.19 104.19 125.73 -
System Red Green Blue C M Y K H S L
Decimal 124 137 85 0.09 0 0.38 0.46 75 0.23 0.44
Hex 7C 89 55 9 0 26 2E 4B 17 2C
Octal 174 211 125 11 0 46 56 113 27 54
Binary 1111100 10001001 1010101 1001 0 100110 101110 1001011 10111 101100

Color Harmonies of #7C8955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C8955

Black with #7C8955

Text Example


Text Example

White with #7C8955

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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