#7B5258

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

Shades of Falcon #7B5258

Tints of Falcon #7B5258

Color information

#7B5258 (or 0x7B5258) is unknown color: approx Falcon. HEX triplet: 7B, 52 and 58. RGB value is (123,82,88). Sum of RGB (Red+Green+Blue) = 123+82+88=293 (38% of max value = 765). Red value is 123 (48.44% from 255 or 41.98% from 293); Green value is 82 (32.42% from 255 or 27.99% from 293); Blue value is 88 (34.77% from 255 or 30.03% from 293); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5258 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5258 is #84ADA7. Grayscale: #5E5E5E. Windows color (decimal): -8695208 or 5788283. OLE color: 5788283.

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

Color convert

RGB1238288-
CMYK00.330.280.52
HSL351.22º20%40.2%-
HSV(B)351.22º33.33%48.24%-
XYZ12.9510.9510.66-
YUV94.94124.08148.01-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 41.98%
GREEN value IS 82 (32.42% from 255) = 27.99%
BLUE value IS 88 (34.77% from 255) = 30.03%
R=41.98%
G=27.99%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.28
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123828800.330.280.52351.222040.2
Hex7B52580211C3415f1428
Octal17312213004134645372450
Binary11110111010010101100001000011110011010010101111110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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