Html Css Color HEX #7C855A Finch

📋 copy color: '#7C855A'

red 124 ◦ green 133 ◦ blue 90

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

Shades of Finch #7C855A

Tints of Finch #7C855A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.94%

R = 35.73%
G = 38.33%
B = 25.94%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#7C855A (or 0x7C855A) is known color: Finch. HEX triplet: 7C, 85 and 5A. RGB value is (124,133,90). Sum of RGB (Red+Green+Blue) = 124+133+90=347 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.73% from 347); Green value is 133 (52.34% from 255 or 38.33% from 347); Blue value is 90 (35.55% from 255 or 25.94% from 347); Max value from RGB is 133 - color contains mainly: green. Hex color #7C855A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C855A is #837AA5. Grayscale: #7D7D7D. Windows color (decimal): -8616614 or 5932412. OLE color: 5932412.

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

Color convert

RGB 124 133 90 -
CMYK 0.07 0 0.32 0.48
HSL 72.56º 0.19% 0.44% -
HSV(B) 72.56º 0.32% 0.52% -
XYZ 18.55 21.8 12.9 -
YUV 125.41 108.02 127 -
System Red Green Blue C M Y K H S L
Decimal 124 133 90 0.07 0 0.32 0.48 72.56 0.19 0.44
Hex 7C 85 5A 7 0 20 30 49 13 2C
Octal 174 205 132 7 0 40 60 111 23 54
Binary 1111100 10000101 1011010 111 0 100000 110000 1001001 10011 101100

Color Harmonies of #7C855A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C855A

Black with #7C855A

Text Example


Text Example

White with #7C855A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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