Html Css Color HEX #7C8161 Finch

📋 copy color: '#7C8161'

red 124 ◦ green 129 ◦ blue 97

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

Shades of Finch #7C8161

Tints of Finch #7C8161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 27.71%

R = 35.43%
G = 36.86%
B = 27.71%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#7C8161 (or 0x7C8161) is known color: Finch. HEX triplet: 7C, 81 and 61. RGB value is (124,129,97). Sum of RGB (Red+Green+Blue) = 124+129+97=350 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.43% from 350); Green value is 129 (50.78% from 255 or 36.86% from 350); Blue value is 97 (38.28% from 255 or 27.71% from 350); Max value from RGB is 129 - color contains mainly: green. Hex color #7C8161 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8161 is #837E9E. Grayscale: #7B7B7B. Windows color (decimal): -8617631 or 6390140. OLE color: 6390140.

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

Color convert

RGB 124 129 97 -
CMYK 0.04 0 0.25 0.49
HSL 69.38º 0.14% 0.44% -
HSV(B) 69.38º 0.25% 0.51% -
XYZ 18.32 20.85 14.37 -
YUV 123.86 112.84 128.1 -
System Red Green Blue C M Y K H S L
Decimal 124 129 97 0.04 0 0.25 0.49 69.38 0.14 0.44
Hex 7C 81 61 4 0 19 31 45 E 2C
Octal 174 201 141 4 0 31 61 105 16 54
Binary 1111100 10000001 1100001 100 0 11001 110001 1000101 1110 101100

Color Harmonies of #7C8161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C8161

Black with #7C8161

Text Example


Text Example

White with #7C8161

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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