#7B5F63

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

Shades of Falcon #7B5F63

Tints of Falcon #7B5F63

Color information

#7B5F63 (or 0x7B5F63) is unknown color: approx Falcon. HEX triplet: 7B, 5F and 63. RGB value is (123,95,99). Sum of RGB (Red+Green+Blue) = 123+95+99=317 (41% of max value = 765). Red value is 123 (48.44% from 255 or 38.80% from 317); Green value is 95 (37.5% from 255 or 29.97% from 317); Blue value is 99 (39.06% from 255 or 31.23% from 317); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5F63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5F63 is #84A09C. Grayscale: #676767. Windows color (decimal): -8691869 or 6512507. OLE color: 6512507.

HSL color Cylindrical-coordinate representation of color #7B5F63: hue angle of 351.43º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7B5F63 is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.52.

Color convert

RGB1239599-
CMYK00.230.200.52
HSL351.43º12.84%42.75%-
HSV(B)351.43º22.76%48.24%-
XYZ14.5113.313.61-
YUV103.83125.28141.67-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 38.80%
GREEN value IS 95 (37.5% from 255) = 29.97%
BLUE value IS 99 (39.06% from 255) = 31.23%
R=38.80%
G=29.97%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.20
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123959900.230.200.52351.4312.8442.75
Hex7B5F63017143415fd2b
Octal17313714302724645371553
Binary111101110111111100011010111101001101001010111111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,95,99); }

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

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

 a { background-color: rgb(123,95,99); }

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

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

 span { border-color: rgb(123,95,99); }

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