#7B585C

Color #7B585C Falcon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falcon #7B585C

Tints of Falcon #7B585C

Color information

#7B585C (or 0x7B585C) is unknown color: approx Falcon. HEX triplet: 7B, 58 and 5C. RGB value is (123,88,92). Sum of RGB (Red+Green+Blue) = 123+88+92=303 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.59% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 92 (36.33% from 255 or 30.36% from 303); Max value from RGB is 123 - color contains mainly: red. Hex color #7B585C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B585C is #84A7A3. Grayscale: #626262. Windows color (decimal): -8693668 or 6051963. OLE color: 6051963.

HSL color Cylindrical-coordinate representation of color #7B585C: hue angle of 353.14º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7B585C is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.52.

Color convert

RGB1238892-
CMYK00.280.250.52
HSL353.14º16.59%41.37%-
HSV(B)353.14º28.46%48.24%-
XYZ13.5911.9611.72-
YUV98.92124.1145.17-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 40.59%
GREEN value IS 88 (34.77% from 255) = 29.04%
BLUE value IS 92 (36.33% from 255) = 30.36%
R=40.59%
G=29.04%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.25
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123889200.280.250.52353.1416.5941.37
Hex7B585C01C19341611129
Octal17313013403431645412151
Binary1111011101100010111000111001100111010010110000110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B585C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,88,92); }

 H1.HeaderClassName
 {
   color: #7B585C;
 }
 .AnyTagClassName
 {
   color: #7B585C;
 }
</style>
background-color css

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

 a { background-color: rgb(123,88,92); }

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

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

 span { border-color: rgb(123,88,92); }

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