Html Css Color HEX #7C595F Falcon

📋 copy color: '#7C595F'

red 124 ◦ green 89 ◦ blue 95

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

Shades of Falcon #7C595F

Tints of Falcon #7C595F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.9%

 BLUE value IS 95 (37.5% from 255) = 30.84%

R = 40.26%
G = 28.9%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.23

 K value IS 0.51

RGB Variations

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

Color information

#7C595F (or 0x7C595F) is known color: Falcon. HEX triplet: 7C, 59 and 5F. RGB value is (124,89,95). Sum of RGB (Red+Green+Blue) = 124+89+95=308 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.26% from 308); Green value is 89 (35.16% from 255 or 28.90% from 308); Blue value is 95 (37.5% from 255 or 30.84% from 308); Max value from RGB is 124 - color contains mainly: red. Hex color #7C595F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C595F is #83A6A0. Grayscale: #646464. Windows color (decimal): -8627873 or 6248828. OLE color: 6248828.

HSL color Cylindrical-coordinate representation of color #7C595F: hue angle of 349.71º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7C595F is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 89 95 -
CMYK 0 0.28 0.23 0.51
HSL 349.71º 0.16% 0.42% -
HSV(B) 349.71º 0.28% 0.49% -
XYZ 13.95 12.26 12.46 -
YUV 100.15 125.1 145.01 -
System Red Green Blue C M Y K H S L
Decimal 124 89 95 0 0.28 0.23 0.51 349.71 0.16 0.42
Hex 7C 59 5F 0 1C 17 33 15E 10 2A
Octal 174 131 137 0 34 27 63 536 20 52
Binary 1111100 1011001 1011111 0 11100 10111 110011 101011110 10000 101010

Color Harmonies of #7C595F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C595F

Black with #7C595F

Text Example


Text Example

White with #7C595F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,89,95); }

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

background-color css

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

 a { background-color: rgb(124,89,95); }

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

border-color css

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

 span { border-color: rgb(124,89,95); }

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