Html Css Color HEX #7C805E Finch

📋 copy color: '#7C805E'

red 124 ◦ green 128 ◦ blue 94

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

Shades of Finch #7C805E

Tints of Finch #7C805E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.17%

R = 35.84%
G = 36.99%
B = 27.17%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#7C805E (or 0x7C805E) is known color: Finch. HEX triplet: 7C, 80 and 5E. RGB value is (124,128,94). Sum of RGB (Red+Green+Blue) = 124+128+94=346 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.84% from 346); Green value is 128 (50.39% from 255 or 36.99% from 346); Blue value is 94 (37.11% from 255 or 27.17% from 346); Max value from RGB is 128 - color contains mainly: green. Hex color #7C805E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C805E is #837FA1. Grayscale: #7B7B7B. Windows color (decimal): -8617890 or 6193276. OLE color: 6193276.

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

Color convert

RGB 124 128 94 -
CMYK 0.03 0 0.27 0.50
HSL 67.06º 0.15% 0.44% -
HSV(B) 67.06º 0.27% 0.5% -
XYZ 18.05 20.53 13.6 -
YUV 122.93 111.67 128.76 -
System Red Green Blue C M Y K H S L
Decimal 124 128 94 0.03 0 0.27 0.50 67.06 0.15 0.44
Hex 7C 80 5E 3 0 1B 32 43 F 2C
Octal 174 200 136 3 0 33 62 103 17 54
Binary 1111100 10000000 1011110 11 0 11011 110010 1000011 1111 101100

Color Harmonies of #7C805E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C805E

Black with #7C805E

Text Example


Text Example

White with #7C805E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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