Html Css Color HEX #7D5B62 Falcon

📋 copy color: '#7D5B62'

red 125 ◦ green 91 ◦ blue 98

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

Shades of Falcon #7D5B62

Tints of Falcon #7D5B62

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.98%

 BLUE value IS 98 (38.67% from 255) = 31.21%

R = 39.81%
G = 28.98%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.22

 K value IS 0.51

RGB Variations

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

Color information

#7D5B62 (or 0x7D5B62) is known color: Falcon. HEX triplet: 7D, 5B and 62. RGB value is (125,91,98). Sum of RGB (Red+Green+Blue) = 125+91+98=314 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.81% from 314); Green value is 91 (35.94% from 255 or 28.98% from 314); Blue value is 98 (38.67% from 255 or 31.21% from 314); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5B62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5B62 is #82A49D. Grayscale: #656565. Windows color (decimal): -8561822 or 6445949. OLE color: 6445949.

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

Color convert

RGB 125 91 98 -
CMYK 0 0.27 0.22 0.51
HSL 347.65º 0.16% 0.42% -
HSV(B) 347.65º 0.27% 0.49% -
XYZ 14.4 12.72 13.25 -
YUV 101.96 125.76 144.43 -
System Red Green Blue C M Y K H S L
Decimal 125 91 98 0 0.27 0.22 0.51 347.65 0.16 0.42
Hex 7D 5B 62 0 1B 16 33 15C 10 2A
Octal 175 133 142 0 33 26 63 534 20 52
Binary 1111101 1011011 1100010 0 11011 10110 110011 101011100 10000 101010

Color Harmonies of #7D5B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5B62

Black with #7D5B62

Text Example


Text Example

White with #7D5B62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,91,98); }

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

background-color css

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

 a { background-color: rgb(125,91,98); }

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

border-color css

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

 span { border-color: rgb(125,91,98); }

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