Html Css Color HEX #745058 Falcon

📋 copy color: '#745058'

red 116 ◦ green 80 ◦ blue 88

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

Shades of Falcon #745058

Tints of Falcon #745058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 30.99%

R = 40.85%
G = 28.17%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.24

 K value IS 0.55

RGB Variations

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

Color information

#745058 (or 0x745058) is known color: Falcon. HEX triplet: 74, 50 and 58. RGB value is (116,80,88). Sum of RGB (Red+Green+Blue) = 116+80+88=284 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.85% from 284); Green value is 80 (31.64% from 255 or 28.17% from 284); Blue value is 88 (34.77% from 255 or 30.99% from 284); Max value from RGB is 116 - color contains mainly: red. Hex color #745058 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745058 is #8BAFA7. Grayscale: #5B5B5B. Windows color (decimal): -9154472 or 5787764. OLE color: 5787764.

HSL color Cylindrical-coordinate representation of color #745058: hue angle of 346.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 #745058 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 80 88 -
CMYK 0 0.31 0.24 0.55
HSL 346.67º 0.18% 0.38% -
HSV(B) 346.67º 0.31% 0.45% -
XYZ 11.83 10.15 10.57 -
YUV 91.68 125.93 145.35 -
System Red Green Blue C M Y K H S L
Decimal 116 80 88 0 0.31 0.24 0.55 346.67 0.18 0.38
Hex 74 50 58 0 1F 18 37 15B 12 26
Octal 164 120 130 0 37 30 67 533 22 46
Binary 1110100 1010000 1011000 0 11111 11000 110111 101011011 10010 100110

Color Harmonies of #745058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745058

Black with #745058

Text Example


Text Example

White with #745058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745058; }

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

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

background-color css

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

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

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

border-color css

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

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

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