#7B555B

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

Shades of Falcon #7B555B

Tints of Falcon #7B555B

Color information

#7B555B (or 0x7B555B) is unknown color: approx Falcon. HEX triplet: 7B, 55 and 5B. RGB value is (123,85,91). Sum of RGB (Red+Green+Blue) = 123+85+91=299 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.14% from 299); Green value is 85 (33.59% from 255 or 28.43% from 299); Blue value is 91 (35.94% from 255 or 30.43% from 299); Max value from RGB is 123 - color contains mainly: red. Hex color #7B555B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B555B is #84AAA4. Grayscale: #616161. Windows color (decimal): -8694437 or 5985659. OLE color: 5985659.

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

Color convert

RGB1238591-
CMYK00.310.260.52
HSL350.53º18.27%40.78%-
HSV(B)350.53º30.89%48.24%-
XYZ13.3111.4611.41-
YUV97.05124.59146.51-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 41.14%
GREEN value IS 85 (33.59% from 255) = 28.43%
BLUE value IS 91 (35.94% from 255) = 30.43%
R=41.14%
G=28.43%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.26
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123859100.310.260.52350.5318.2740.78
Hex7B555B01F1A3415f1229
Octal17312513303732645372251
Binary1111011101010110110110111111101011010010101111110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B555B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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