Html Css Color HEX #734E50 Falcon

📋 copy color: '#734E50'

red 115 ◦ green 78 ◦ blue 80

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

Shades of Falcon #734E50

Tints of Falcon #734E50

RGB

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

 GREEN value IS 78 (30.86% from 255) = 28.57%

 BLUE value IS 80 (31.64% from 255) = 29.3%

R = 42.12%
G = 28.57%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#734E50 (or 0x734E50) is known color: Falcon. HEX triplet: 73, 4E and 50. RGB value is (115,78,80). Sum of RGB (Red+Green+Blue) = 115+78+80=273 (36% of max value = 765). Red value is 115 (45.31% from 255 or 42.12% from 273); Green value is 78 (30.86% from 255 or 28.57% from 273); Blue value is 80 (31.64% from 255 or 29.30% from 273); Max value from RGB is 115 - color contains mainly: red. Hex color #734E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #734E50 is #8CB1AF. Grayscale: #595959. Windows color (decimal): -9220528 or 5262963. OLE color: 5262963.

HSL color Cylindrical-coordinate representation of color #734E50: hue angle of 356.76º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #734E50 is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 78 80 -
CMYK 0 0.32 0.30 0.55
HSL 356.76º 0.19% 0.38% -
HSV(B) 356.76º 0.32% 0.45% -
XYZ 11.24 9.67 8.86 -
YUV 89.29 122.76 146.34 -
System Red Green Blue C M Y K H S L
Decimal 115 78 80 0 0.32 0.30 0.55 356.76 0.19 0.38
Hex 73 4E 50 0 20 1E 37 165 13 26
Octal 163 116 120 0 40 36 67 545 23 46
Binary 1110011 1001110 1010000 0 100000 11110 110111 101100101 10011 100110

Color Harmonies of #734E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734E50

Black with #734E50

Text Example


Text Example

White with #734E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734E50; }

 p { color: rgb(115,78,80); }

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

background-color css

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

 a { background-color: rgb(115,78,80); }

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

border-color css

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

 span { border-color: rgb(115,78,80); }

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