Html Css Color HEX #735355 Falcon

📋 copy color: '#735355'

red 115 ◦ green 83 ◦ blue 85

#735355
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Falcon #735355

Tints of Falcon #735355

RGB

 RED value IS 115 (45.31% from 255) = 40.64%

 GREEN value IS 83 (32.81% from 255) = 29.33%

 BLUE value IS 85 (33.59% from 255) = 30.04%

R = 40.64%
G = 29.33%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#735355 (or 0x735355) is known color: Falcon. HEX triplet: 73, 53 and 55. RGB value is (115,83,85). Sum of RGB (Red+Green+Blue) = 115+83+85=283 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.64% from 283); Green value is 83 (32.81% from 255 or 29.33% from 283); Blue value is 85 (33.59% from 255 or 30.04% from 283); Max value from RGB is 115 - color contains mainly: red. Hex color #735355 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735355 is #8CACAA. Grayscale: #5C5C5C. Windows color (decimal): -9219243 or 5591923. OLE color: 5591923.

HSL color Cylindrical-coordinate representation of color #735355: hue angle of 356.25º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #735355 is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 83 85 -
CMYK 0 0.28 0.26 0.55
HSL 356.25º 0.16% 0.39% -
HSV(B) 356.25º 0.28% 0.45% -
XYZ 11.8 10.49 10 -
YUV 92.8 123.6 143.84 -
System Red Green Blue C M Y K H S L
Decimal 115 83 85 0 0.28 0.26 0.55 356.25 0.16 0.39
Hex 73 53 55 0 1C 1A 37 164 10 27
Octal 163 123 125 0 34 32 67 544 20 47
Binary 1110011 1010011 1010101 0 11100 11010 110111 101100100 10000 100111

Color Harmonies of #735355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735355

Black with #735355

Text Example


Text Example

White with #735355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735355; }

 p { color: rgb(115,83,85); }

 H1.HeaderClassName
 {
   color: #735355;
 }
 .AnyTagClassName
 {
   color: #735355;
 }
</style>

background-color css

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

 a { background-color: rgb(115,83,85); }

 div.DivClassName
 {
   background-color: #735355;
 }
 .BgClassName
 {
   background-color: #735355;
 }
</style>

border-color css

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

 span { border-color: rgb(115,83,85); }

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