Html Css Color HEX #745455 Falcon

📋 copy color: '#745455'

red 116 ◦ green 84 ◦ blue 85

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

Shades of Falcon #745455

Tints of Falcon #745455

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.47%

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

R = 40.7%
G = 29.47%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#745455 (or 0x745455) is known color: Falcon. HEX triplet: 74, 54 and 55. RGB value is (116,84,85). Sum of RGB (Red+Green+Blue) = 116+84+85=285 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.70% from 285); Green value is 84 (33.20% from 255 or 29.47% from 285); Blue value is 85 (33.59% from 255 or 29.82% from 285); Max value from RGB is 116 - color contains mainly: red. Hex color #745455 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745455 is #8BABAA. Grayscale: #5D5D5D. Windows color (decimal): -9153451 or 5592180. OLE color: 5592180.

HSL color Cylindrical-coordinate representation of color #745455: hue angle of 358.12º 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 #745455 is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 84 85 -
CMYK 0 0.28 0.27 0.55
HSL 358.13º 0.16% 0.39% -
HSV(B) 358.13º 0.28% 0.45% -
XYZ 12.01 10.71 10.03 -
YUV 93.68 123.1 143.92 -
System Red Green Blue C M Y K H S L
Decimal 116 84 85 0 0.28 0.27 0.55 358.13 0.16 0.39
Hex 74 54 55 0 1C 1B 37 166 10 27
Octal 164 124 125 0 34 33 67 546 20 47
Binary 1110100 1010100 1010101 0 11100 11011 110111 101100110 10000 100111

Color Harmonies of #745455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745455

Black with #745455

Text Example


Text Example

White with #745455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745455; }

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

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

background-color css

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

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

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

border-color css

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

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

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