Html Css Color HEX #7D595F Falcon

📋 copy color: '#7D595F'

red 125 ◦ green 89 ◦ blue 95

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

Shades of Falcon #7D595F

Tints of Falcon #7D595F

RGB

 RED value IS 125 (49.22% from 255) = 40.45%

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

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

R = 40.45%
G = 28.8%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.24

 K value IS 0.51

RGB Variations

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

Color information

#7D595F (or 0x7D595F) is known color: Falcon. HEX triplet: 7D, 59 and 5F. RGB value is (125,89,95). Sum of RGB (Red+Green+Blue) = 125+89+95=309 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.45% from 309); Green value is 89 (35.16% from 255 or 28.80% from 309); Blue value is 95 (37.5% from 255 or 30.74% from 309); Max value from RGB is 125 - color contains mainly: red. Hex color #7D595F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D595F is #82A6A0. Grayscale: #646464. Windows color (decimal): -8562337 or 6248829. OLE color: 6248829.

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

Color convert

RGB 125 89 95 -
CMYK 0 0.29 0.24 0.51
HSL 350º 0.17% 0.42% -
HSV(B) 350º 0.29% 0.49% -
XYZ 14.1 12.33 12.46 -
YUV 100.45 124.93 145.51 -
System Red Green Blue C M Y K H S L
Decimal 125 89 95 0 0.29 0.24 0.51 350 0.17 0.42
Hex 7D 59 5F 0 1D 18 33 15E 11 2A
Octal 175 131 137 0 35 30 63 536 21 52
Binary 1111101 1011001 1011111 0 11101 11000 110011 101011110 10001 101010

Color Harmonies of #7D595F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D595F

Black with #7D595F

Text Example


Text Example

White with #7D595F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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