Html Css Color HEX #73565B Falcon

📋 copy color: '#73565B'

red 115 ◦ green 86 ◦ blue 91

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

Shades of Falcon #73565B

Tints of Falcon #73565B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.45%

 BLUE value IS 91 (35.94% from 255) = 31.16%

R = 39.38%
G = 29.45%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#73565B (or 0x73565B) is known color: Falcon. HEX triplet: 73, 56 and 5B. RGB value is (115,86,91). Sum of RGB (Red+Green+Blue) = 115+86+91=292 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.38% from 292); Green value is 86 (33.98% from 255 or 29.45% from 292); Blue value is 91 (35.94% from 255 or 31.16% from 292); Max value from RGB is 115 - color contains mainly: red. Hex color #73565B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73565B is #8CA9A4. Grayscale: #5F5F5F. Windows color (decimal): -9218469 or 5985907. OLE color: 5985907.

HSL color Cylindrical-coordinate representation of color #73565B: hue angle of 349.66º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #73565B is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 86 91 -
CMYK 0 0.25 0.21 0.55
HSL 349.66º 0.14% 0.39% -
HSV(B) 349.66º 0.25% 0.45% -
XYZ 12.29 11.06 11.38 -
YUV 95.24 125.61 142.09 -
System Red Green Blue C M Y K H S L
Decimal 115 86 91 0 0.25 0.21 0.55 349.66 0.14 0.39
Hex 73 56 5B 0 19 15 37 15E E 27
Octal 163 126 133 0 31 25 67 536 16 47
Binary 1110011 1010110 1011011 0 11001 10101 110111 101011110 1110 100111

Color Harmonies of #73565B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73565B

Black with #73565B

Text Example


Text Example

White with #73565B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73565B; }

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

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

background-color css

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

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

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

border-color css

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

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

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