Html Css Color HEX #7C8163 Finch

📋 copy color: '#7C8163'

red 124 ◦ green 129 ◦ blue 99

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

Shades of Finch #7C8163

Tints of Finch #7C8163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 28.13%

R = 35.23%
G = 36.65%
B = 28.13%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#7C8163 (or 0x7C8163) is known color: Finch. HEX triplet: 7C, 81 and 63. RGB value is (124,129,99). Sum of RGB (Red+Green+Blue) = 124+129+99=352 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.23% from 352); Green value is 129 (50.78% from 255 or 36.65% from 352); Blue value is 99 (39.06% from 255 or 28.12% from 352); Max value from RGB is 129 - color contains mainly: green. Hex color #7C8163 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8163 is #837E9C. Grayscale: #7C7C7C. Windows color (decimal): -8617629 or 6521212. OLE color: 6521212.

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

Color convert

RGB 124 129 99 -
CMYK 0.04 0 0.23 0.49
HSL 70º 0.13% 0.45% -
HSV(B) 70º 0.23% 0.51% -
XYZ 18.41 20.89 14.87 -
YUV 124.09 113.84 127.94 -
System Red Green Blue C M Y K H S L
Decimal 124 129 99 0.04 0 0.23 0.49 70 0.13 0.45
Hex 7C 81 63 4 0 17 31 46 D 2D
Octal 174 201 143 4 0 27 61 106 15 55
Binary 1111100 10000001 1100011 100 0 10111 110001 1000110 1101 101101

Color Harmonies of #7C8163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C8163

Black with #7C8163

Text Example


Text Example

White with #7C8163

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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