Html Css Color HEX #7C7F53 Finch

📋 copy color: '#7C7F53'

red 124 ◦ green 127 ◦ blue 83

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

Shades of Finch #7C7F53

Tints of Finch #7C7F53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 24.85%

R = 37.13%
G = 38.02%
B = 24.85%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.35

 K value IS 0.50

RGB Variations

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

Color information

#7C7F53 (or 0x7C7F53) is known color: Finch. HEX triplet: 7C, 7F and 53. RGB value is (124,127,83). Sum of RGB (Red+Green+Blue) = 124+127+83=334 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.13% from 334); Green value is 127 (50% from 255 or 38.02% from 334); Blue value is 83 (32.81% from 255 or 24.85% from 334); Max value from RGB is 127 - color contains mainly: green. Hex color #7C7F53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7F53 is #8380AC. Grayscale: #797979. Windows color (decimal): -8618157 or 5472124. OLE color: 5472124.

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

Color convert

RGB 124 127 83 -
CMYK 0.02 0 0.35 0.50
HSL 64.09º 0.21% 0.41% -
HSV(B) 64.09º 0.35% 0.5% -
XYZ 17.46 20.09 11.14 -
YUV 121.09 106.51 130.08 -
System Red Green Blue C M Y K H S L
Decimal 124 127 83 0.02 0 0.35 0.50 64.09 0.21 0.41
Hex 7C 7F 53 2 0 23 32 40 15 29
Octal 174 177 123 2 0 43 62 100 25 51
Binary 1111100 1111111 1010011 10 0 100011 110010 1000000 10101 101001

Color Harmonies of #7C7F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7F53

Black with #7C7F53

Text Example


Text Example

White with #7C7F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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