Html Css Color HEX #745055 Falcon

📋 copy color: '#745055'

red 116 ◦ green 80 ◦ blue 85

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

Shades of Falcon #745055

Tints of Falcon #745055

RGB

 RED value IS 116 (45.7% from 255) = 41.28%

 GREEN value IS 80 (31.64% from 255) = 28.47%

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

R = 41.28%
G = 28.47%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#745055 (or 0x745055) is known color: Falcon. HEX triplet: 74, 50 and 55. RGB value is (116,80,85). Sum of RGB (Red+Green+Blue) = 116+80+85=281 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.28% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 85 (33.59% from 255 or 30.25% from 281); Max value from RGB is 116 - color contains mainly: red. Hex color #745055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745055 is #8BAFAA. Grayscale: #5B5B5B. Windows color (decimal): -9154475 or 5591156. OLE color: 5591156.

HSL color Cylindrical-coordinate representation of color #745055: hue angle of 351.67º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #745055 is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 80 85 -
CMYK 0 0.31 0.27 0.55
HSL 351.67º 0.18% 0.38% -
HSV(B) 351.67º 0.31% 0.45% -
XYZ 11.71 10.11 9.93 -
YUV 91.33 124.43 145.59 -
System Red Green Blue C M Y K H S L
Decimal 116 80 85 0 0.31 0.27 0.55 351.67 0.18 0.38
Hex 74 50 55 0 1F 1B 37 160 12 26
Octal 164 120 125 0 37 33 67 540 22 46
Binary 1110100 1010000 1010101 0 11111 11011 110111 101100000 10010 100110

Color Harmonies of #745055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745055

Black with #745055

Text Example


Text Example

White with #745055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745055; }

 p { color: rgb(116,80,85); }

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

background-color css

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

 a { background-color: rgb(116,80,85); }

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

border-color css

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

 span { border-color: rgb(116,80,85); }

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