Html Css Color HEX #7D5E5F Falcon

📋 copy color: '#7D5E5F'

red 125 ◦ green 94 ◦ blue 95

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

Shades of Falcon #7D5E5F

Tints of Falcon #7D5E5F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.94%

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

R = 39.81%
G = 29.94%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.24

 K value IS 0.51

RGB Variations

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

Color information

#7D5E5F (or 0x7D5E5F) is known color: Falcon. HEX triplet: 7D, 5E and 5F. RGB value is (125,94,95). Sum of RGB (Red+Green+Blue) = 125+94+95=314 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.81% from 314); Green value is 94 (37.11% from 255 or 29.94% from 314); Blue value is 95 (37.5% from 255 or 30.25% from 314); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5E5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5E5F is #82A1A0. Grayscale: #676767. Windows color (decimal): -8561057 or 6250109. OLE color: 6250109.

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

Color convert

RGB 125 94 95 -
CMYK 0 0.25 0.24 0.51
HSL 358.06º 0.14% 0.43% -
HSV(B) 358.06º 0.25% 0.49% -
XYZ 14.53 13.19 12.61 -
YUV 103.38 123.27 143.42 -
System Red Green Blue C M Y K H S L
Decimal 125 94 95 0 0.25 0.24 0.51 358.06 0.14 0.43
Hex 7D 5E 5F 0 19 18 33 166 E 2B
Octal 175 136 137 0 31 30 63 546 16 53
Binary 1111101 1011110 1011111 0 11001 11000 110011 101100110 1110 101011

Color Harmonies of #7D5E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5E5F

Black with #7D5E5F

Text Example


Text Example

White with #7D5E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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