Html Css Color HEX #7C7F61 Finch

📋 copy color: '#7C7F61'

red 124 ◦ green 127 ◦ blue 97

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

Shades of Finch #7C7F61

Tints of Finch #7C7F61

RGB

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

 GREEN value IS 127 (50% from 255) = 36.49%

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

R = 35.63%
G = 36.49%
B = 27.87%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.24

 K value IS 0.50

RGB Variations

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

Color information

#7C7F61 (or 0x7C7F61) is known color: Finch. HEX triplet: 7C, 7F and 61. RGB value is (124,127,97). Sum of RGB (Red+Green+Blue) = 124+127+97=348 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.63% from 348); Green value is 127 (50% from 255 or 36.49% from 348); Blue value is 97 (38.28% from 255 or 27.87% from 348); Max value from RGB is 127 - color contains mainly: green. Hex color #7C7F61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7F61 is #83809E. Grayscale: #7A7A7A. Windows color (decimal): -8618143 or 6389628. OLE color: 6389628.

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

Color convert

RGB 124 127 97 -
CMYK 0.02 0 0.24 0.50
HSL 66º 0.13% 0.44% -
HSV(B) 66º 0.24% 0.5% -
XYZ 18.06 20.33 14.28 -
YUV 122.68 113.51 128.94 -
System Red Green Blue C M Y K H S L
Decimal 124 127 97 0.02 0 0.24 0.50 66 0.13 0.44
Hex 7C 7F 61 2 0 18 32 42 D 2C
Octal 174 177 141 2 0 30 62 102 15 54
Binary 1111100 1111111 1100001 10 0 11000 110010 1000010 1101 101100

Color Harmonies of #7C7F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7F61

Black with #7C7F61

Text Example


Text Example

White with #7C7F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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