Html Css Color HEX #7C8165 Finch

📋 copy color: '#7C8165'

red 124 ◦ green 129 ◦ blue 101

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

Shades of Finch #7C8165

Tints of Finch #7C8165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 28.53%

R = 35.03%
G = 36.44%
B = 28.53%

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

#7C8165 (or 0x7C8165) is known color: Finch. HEX triplet: 7C, 81 and 65. RGB value is (124,129,101). Sum of RGB (Red+Green+Blue) = 124+129+101=354 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.03% from 354); Green value is 129 (50.78% from 255 or 36.44% from 354); Blue value is 101 (39.84% from 255 or 28.53% from 354); Max value from RGB is 129 - color contains mainly: green. Hex color #7C8165 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8165 is #837E9A. Grayscale: #7C7C7C. Windows color (decimal): -8617627 or 6652284. OLE color: 6652284.

HSL color Cylindrical-coordinate representation of color #7C8165: hue angle of 70.71º degrees, saturation: 0.12, 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 #7C8165 is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB 124 129 101 -
CMYK 0.04 0 0.22 0.49
HSL 70.71º 0.12% 0.45% -
HSV(B) 70.71º 0.22% 0.51% -
XYZ 18.51 20.93 15.38 -
YUV 124.31 114.84 127.78 -
System Red Green Blue C M Y K H S L
Decimal 124 129 101 0.04 0 0.22 0.49 70.71 0.12 0.45
Hex 7C 81 65 4 0 16 31 47 C 2D
Octal 174 201 145 4 0 26 61 107 14 55
Binary 1111100 10000001 1100101 100 0 10110 110001 1000111 1100 101101

Color Harmonies of #7C8165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C8165

Black with #7C8165

Text Example


Text Example

White with #7C8165

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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