Html Css Color HEX #73555A Falcon

📋 copy color: '#73555A'

red 115 ◦ green 85 ◦ blue 90

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

Shades of Falcon #73555A

Tints of Falcon #73555A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.31%

 BLUE value IS 90 (35.55% from 255) = 31.03%

R = 39.66%
G = 29.31%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#73555A (or 0x73555A) is known color: Falcon. HEX triplet: 73, 55 and 5A. RGB value is (115,85,90). Sum of RGB (Red+Green+Blue) = 115+85+90=290 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.66% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 90 (35.55% from 255 or 31.03% from 290); Max value from RGB is 115 - color contains mainly: red. Hex color #73555A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73555A is #8CAAA5. Grayscale: #5E5E5E. Windows color (decimal): -9218726 or 5920115. OLE color: 5920115.

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

Color convert

RGB 115 85 90 -
CMYK 0 0.26 0.22 0.55
HSL 350º 0.15% 0.39% -
HSV(B) 350º 0.26% 0.45% -
XYZ 12.16 10.88 11.13 -
YUV 94.54 125.44 142.59 -
System Red Green Blue C M Y K H S L
Decimal 115 85 90 0 0.26 0.22 0.55 350 0.15 0.39
Hex 73 55 5A 0 1A 16 37 15E F 27
Octal 163 125 132 0 32 26 67 536 17 47
Binary 1110011 1010101 1011010 0 11010 10110 110111 101011110 1111 100111

Color Harmonies of #73555A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73555A

Black with #73555A

Text Example


Text Example

White with #73555A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73555A; }

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

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

background-color css

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

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

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

border-color css

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

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

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