#7B535B

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

Shades of Falcon #7B535B

Tints of Falcon #7B535B

Color information

#7B535B (or 0x7B535B) is unknown color: approx Falcon. HEX triplet: 7B, 53 and 5B. RGB value is (123,83,91). Sum of RGB (Red+Green+Blue) = 123+83+91=297 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.41% from 297); Green value is 83 (32.81% from 255 or 27.95% from 297); Blue value is 91 (35.94% from 255 or 30.64% from 297); Max value from RGB is 123 - color contains mainly: red. Hex color #7B535B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B535B is #84ACA4. Grayscale: #5F5F5F. Windows color (decimal): -8694949 or 5985147. OLE color: 5985147.

HSL color Cylindrical-coordinate representation of color #7B535B: hue angle of 348º degrees, saturation: 0.19, 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 #7B535B is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.52.

Color convert

RGB1238391-
CMYK00.330.260.52
HSL348º19.42%40.39%-
HSV(B)348º32.52%48.24%-
XYZ13.1511.1511.36-
YUV95.87125.25147.35-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 41.41%
GREEN value IS 83 (32.81% from 255) = 27.95%
BLUE value IS 91 (35.94% from 255) = 30.64%
R=41.41%
G=27.95%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.26
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123839100.330.260.5234819.4240.39
Hex7B535B0211A3415c1328
Octal17312313304132645342350
Binary11110111010011101101101000011101011010010101110010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B535B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,83,91); }

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

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

 a { background-color: rgb(123,83,91); }

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

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

 span { border-color: rgb(123,83,91); }

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