Html Css Color HEX #7D565B Falcon

📋 copy color: '#7D565B'

red 125 ◦ green 86 ◦ blue 91

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

Shades of Falcon #7D565B

Tints of Falcon #7D565B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 30.13%

R = 41.39%
G = 28.48%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.27

 K value IS 0.51

RGB Variations

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

Color information

#7D565B (or 0x7D565B) is known color: Falcon. HEX triplet: 7D, 56 and 5B. RGB value is (125,86,91). Sum of RGB (Red+Green+Blue) = 125+86+91=302 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.39% from 302); Green value is 86 (33.98% from 255 or 28.48% from 302); Blue value is 91 (35.94% from 255 or 30.13% from 302); Max value from RGB is 125 - color contains mainly: red. Hex color #7D565B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D565B is #82A9A4. Grayscale: #626262. Windows color (decimal): -8563109 or 5985917. OLE color: 5985917.

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

Color convert

RGB 125 86 91 -
CMYK 0 0.31 0.27 0.51
HSL 352.31º 0.18% 0.41% -
HSV(B) 352.31º 0.31% 0.49% -
XYZ 13.67 11.77 11.45 -
YUV 98.23 123.92 147.09 -
System Red Green Blue C M Y K H S L
Decimal 125 86 91 0 0.31 0.27 0.51 352.31 0.18 0.41
Hex 7D 56 5B 0 1F 1B 33 160 12 29
Octal 175 126 133 0 37 33 63 540 22 51
Binary 1111101 1010110 1011011 0 11111 11011 110011 101100000 10010 101001

Color Harmonies of #7D565B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D565B

Black with #7D565B

Text Example


Text Example

White with #7D565B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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