Html Css Color HEX #7D5657 Falcon

📋 copy color: '#7D5657'

red 125 ◦ green 86 ◦ blue 87

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

Shades of Falcon #7D5657

Tints of Falcon #7D5657

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.86%

 BLUE value IS 87 (34.38% from 255) = 29.19%

R = 41.95%
G = 28.86%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.30

 K value IS 0.51

RGB Variations

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

Color information

#7D5657 (or 0x7D5657) is known color: Falcon. HEX triplet: 7D, 56 and 57. RGB value is (125,86,87). Sum of RGB (Red+Green+Blue) = 125+86+87=298 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.95% from 298); Green value is 86 (33.98% from 255 or 28.86% from 298); Blue value is 87 (34.38% from 255 or 29.19% from 298); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5657 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5657 is #82A9A8. Grayscale: #616161. Windows color (decimal): -8563113 or 5723773. OLE color: 5723773.

HSL color Cylindrical-coordinate representation of color #7D5657: hue angle of 358.46º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7D5657 is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 86 87 -
CMYK 0 0.31 0.30 0.51
HSL 358.46º 0.18% 0.41% -
HSV(B) 358.46º 0.31% 0.49% -
XYZ 13.51 11.7 10.56 -
YUV 97.78 121.92 147.42 -
System Red Green Blue C M Y K H S L
Decimal 125 86 87 0 0.31 0.30 0.51 358.46 0.18 0.41
Hex 7D 56 57 0 1F 1E 33 166 12 29
Octal 175 126 127 0 37 36 63 546 22 51
Binary 1111101 1010110 1010111 0 11111 11110 110011 101100110 10010 101001

Color Harmonies of #7D5657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5657

Black with #7D5657

Text Example


Text Example

White with #7D5657

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,86,87); }

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

background-color css

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

 a { background-color: rgb(125,86,87); }

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

border-color css

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

 span { border-color: rgb(125,86,87); }

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