Html Css Color HEX #7D585A Falcon

📋 copy color: '#7D585A'

red 125 ◦ green 88 ◦ blue 90

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

Shades of Falcon #7D585A

Tints of Falcon #7D585A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.04%

 BLUE value IS 90 (35.55% from 255) = 29.7%

R = 41.25%
G = 29.04%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.28

 K value IS 0.51

RGB Variations

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

Color information

#7D585A (or 0x7D585A) is known color: Falcon. HEX triplet: 7D, 58 and 5A. RGB value is (125,88,90). Sum of RGB (Red+Green+Blue) = 125+88+90=303 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.25% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 125 - color contains mainly: red. Hex color #7D585A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D585A is #82A7A5. Grayscale: #636363. Windows color (decimal): -8562598 or 5920893. OLE color: 5920893.

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

Color convert

RGB 125 88 90 -
CMYK 0 0.30 0.28 0.51
HSL 356.76º 0.17% 0.42% -
HSV(B) 356.76º 0.3% 0.49% -
XYZ 13.79 12.08 11.28 -
YUV 99.29 122.76 146.34 -
System Red Green Blue C M Y K H S L
Decimal 125 88 90 0 0.30 0.28 0.51 356.76 0.17 0.42
Hex 7D 58 5A 0 1E 1C 33 165 11 2A
Octal 175 130 132 0 36 34 63 545 21 52
Binary 1111101 1011000 1011010 0 11110 11100 110011 101100101 10001 101010

Color Harmonies of #7D585A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D585A

Black with #7D585A

Text Example


Text Example

White with #7D585A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,88,90); }

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

background-color css

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

 a { background-color: rgb(125,88,90); }

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

border-color css

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

 span { border-color: rgb(125,88,90); }

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