Html Css Color HEX #7C8164 Finch

📋 copy color: '#7C8164'

red 124 ◦ green 129 ◦ blue 100

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

Shades of Finch #7C8164

Tints of Finch #7C8164

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.54%

 BLUE value IS 100 (39.45% from 255) = 28.33%

R = 35.13%
G = 36.54%
B = 28.33%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#7C8164 (or 0x7C8164) is known color: Finch. HEX triplet: 7C, 81 and 64. RGB value is (124,129,100). Sum of RGB (Red+Green+Blue) = 124+129+100=353 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.13% from 353); Green value is 129 (50.78% from 255 or 36.54% from 353); Blue value is 100 (39.45% from 255 or 28.33% from 353); Max value from RGB is 129 - color contains mainly: green. Hex color #7C8164 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8164 is #837E9B. Grayscale: #7C7C7C. Windows color (decimal): -8617628 or 6586748. OLE color: 6586748.

HSL color Cylindrical-coordinate representation of color #7C8164: hue angle of 70.34º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7C8164 is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB 124 129 100 -
CMYK 0.04 0 0.22 0.49
HSL 70.34º 0.13% 0.45% -
HSV(B) 70.34º 0.22% 0.51% -
XYZ 18.46 20.91 15.12 -
YUV 124.2 114.34 127.86 -
System Red Green Blue C M Y K H S L
Decimal 124 129 100 0.04 0 0.22 0.49 70.34 0.13 0.45
Hex 7C 81 64 4 0 16 31 46 D 2D
Octal 174 201 144 4 0 26 61 106 15 55
Binary 1111100 10000001 1100100 100 0 10110 110001 1000110 1101 101101

Color Harmonies of #7C8164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C8164

Black with #7C8164

Text Example


Text Example

White with #7C8164

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,129,100); }

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

background-color css

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

 a { background-color: rgb(124,129,100); }

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

border-color css

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

 span { border-color: rgb(124,129,100); }

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