Html Css Color HEX #7D595C Falcon

📋 copy color: '#7D595C'

red 125 ◦ green 89 ◦ blue 92

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

Shades of Falcon #7D595C

Tints of Falcon #7D595C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 30.07%

R = 40.85%
G = 29.08%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.26

 K value IS 0.51

RGB Variations

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

Color information

#7D595C (or 0x7D595C) is known color: Falcon. HEX triplet: 7D, 59 and 5C. RGB value is (125,89,92). Sum of RGB (Red+Green+Blue) = 125+89+92=306 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.85% from 306); Green value is 89 (35.16% from 255 or 29.08% from 306); Blue value is 92 (36.33% from 255 or 30.07% from 306); Max value from RGB is 125 - color contains mainly: red. Hex color #7D595C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D595C is #82A6A3. Grayscale: #646464. Windows color (decimal): -8562340 or 6052221. OLE color: 6052221.

HSL color Cylindrical-coordinate representation of color #7D595C: hue angle of 355º 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 #7D595C is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 89 92 -
CMYK 0 0.29 0.26 0.51
HSL 355º 0.17% 0.42% -
HSV(B) 355º 0.29% 0.49% -
XYZ 13.96 12.28 11.76 -
YUV 100.11 123.43 145.76 -
System Red Green Blue C M Y K H S L
Decimal 125 89 92 0 0.29 0.26 0.51 355 0.17 0.42
Hex 7D 59 5C 0 1D 1A 33 163 11 2A
Octal 175 131 134 0 35 32 63 543 21 52
Binary 1111101 1011001 1011100 0 11101 11010 110011 101100011 10001 101010

Color Harmonies of #7D595C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D595C

Black with #7D595C

Text Example


Text Example

White with #7D595C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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