Html Css Color HEX #7C7F60 Finch

📋 copy color: '#7C7F60'

red 124 ◦ green 127 ◦ blue 96

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

Shades of Finch #7C7F60

Tints of Finch #7C7F60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 27.67%

R = 35.73%
G = 36.6%
B = 27.67%

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

#7C7F60 (or 0x7C7F60) is known color: Finch. HEX triplet: 7C, 7F and 60. RGB value is (124,127,96). Sum of RGB (Red+Green+Blue) = 124+127+96=347 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.73% from 347); Green value is 127 (50% from 255 or 36.60% from 347); Blue value is 96 (37.89% from 255 or 27.67% from 347); Max value from RGB is 127 - color contains mainly: green. Hex color #7C7F60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7F60 is #83809F. Grayscale: #7A7A7A. Windows color (decimal): -8618144 or 6324092. OLE color: 6324092.

HSL color Cylindrical-coordinate representation of color #7C7F60: hue angle of 65.81º degrees, saturation: 0.14, 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 #7C7F60 is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.50.

Color convert

RGB 124 127 96 -
CMYK 0.02 0 0.24 0.50
HSL 65.81º 0.14% 0.44% -
HSV(B) 65.81º 0.24% 0.5% -
XYZ 18.01 20.31 14.04 -
YUV 122.57 113.01 129.02 -
System Red Green Blue C M Y K H S L
Decimal 124 127 96 0.02 0 0.24 0.50 65.81 0.14 0.44
Hex 7C 7F 60 2 0 18 32 42 E 2C
Octal 174 177 140 2 0 30 62 102 16 54
Binary 1111100 1111111 1100000 10 0 11000 110010 1000010 1110 101100

Color Harmonies of #7C7F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7F60

Black with #7C7F60

Text Example


Text Example

White with #7C7F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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