#735B5C

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

Shades of Falcon #735B5C

Tints of Falcon #735B5C

Color information

#735B5C (or 0x735B5C) is unknown color: approx Falcon. HEX triplet: 73, 5B and 5C. RGB value is (115,91,92). Sum of RGB (Red+Green+Blue) = 115+91+92=298 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.59% from 298); Green value is 91 (35.94% from 255 or 30.54% from 298); Blue value is 92 (36.33% from 255 or 30.87% from 298); Max value from RGB is 115 - color contains mainly: red. Hex color #735B5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735B5C is #8CA4A3. Grayscale: #626262. Windows color (decimal): -9217188 or 6052723. OLE color: 6052723.

HSL color Cylindrical-coordinate representation of color #735B5C: hue angle of 357.5º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #735B5C is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB1159192-
CMYK00.210.200.55
HSL357.5º11.65%40.39%-
HSV(B)357.5º20.87%45.1%-
XYZ12.7411.911.75-
YUV98.29124.45139.92-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.59%
GREEN value IS 91 (35.94% from 255) = 30.54%
BLUE value IS 92 (36.33% from 255) = 30.87%
R=38.59%
G=30.54%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115919200.210.200.55357.511.6540.39
Hex735B5C0151437166c28
Octal16313313402524675461450
Binary111001110110111011100010101101001101111011001101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735B5C; }

 p { color: rgb(115,91,92); }

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

<style>
 a { background-color: #735B5C; }

 a { background-color: rgb(115,91,92); }

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

<style>
 span { border-color: #735B5C; }

 span { border-color: rgb(115,91,92); }

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