#7B5C5D

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

Shades of Falcon #7B5C5D

Tints of Falcon #7B5C5D

Color information

#7B5C5D (or 0x7B5C5D) is unknown color: approx Falcon. HEX triplet: 7B, 5C and 5D. RGB value is (123,92,93). Sum of RGB (Red+Green+Blue) = 123+92+93=308 (40% of max value = 765). Red value is 123 (48.44% from 255 or 39.94% from 308); Green value is 92 (36.33% from 255 or 29.87% from 308); Blue value is 93 (36.72% from 255 or 30.19% from 308); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5C5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5C5D is #84A3A2. Grayscale: #656565. Windows color (decimal): -8692643 or 6118523. OLE color: 6118523.

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

Color convert

RGB1239293-
CMYK00.250.240.52
HSL358.06º14.42%42.16%-
HSV(B)358.06º25.2%48.24%-
XYZ13.9712.6612.06-
YUV101.38123.27143.42-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 39.94%
GREEN value IS 92 (36.33% from 255) = 29.87%
BLUE value IS 93 (36.72% from 255) = 30.19%
R=39.94%
G=29.87%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.24
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123929300.250.240.52358.0614.4242.16
Hex7B5C5D0191834166e2a
Octal17313413503130645461652
Binary111101110111001011101011001110001101001011001101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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