Html Css Color HEX #745258 Falcon

📋 copy color: '#745258'

red 116 ◦ green 82 ◦ blue 88

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

Shades of Falcon #745258

Tints of Falcon #745258

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.67%

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

R = 40.56%
G = 28.67%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.24

 K value IS 0.55

RGB Variations

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

Color information

#745258 (or 0x745258) is known color: Falcon. HEX triplet: 74, 52 and 58. RGB value is (116,82,88). Sum of RGB (Red+Green+Blue) = 116+82+88=286 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.56% from 286); Green value is 82 (32.42% from 255 or 28.67% from 286); Blue value is 88 (34.77% from 255 or 30.77% from 286); Max value from RGB is 116 - color contains mainly: red. Hex color #745258 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745258 is #8BADA7. Grayscale: #5C5C5C. Windows color (decimal): -9153960 or 5788276. OLE color: 5788276.

HSL color Cylindrical-coordinate representation of color #745258: hue angle of 349.41º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #745258 is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 82 88 -
CMYK 0 0.29 0.24 0.55
HSL 349.41º 0.17% 0.39% -
HSV(B) 349.41º 0.29% 0.45% -
XYZ 11.98 10.45 10.62 -
YUV 92.85 125.26 144.51 -
System Red Green Blue C M Y K H S L
Decimal 116 82 88 0 0.29 0.24 0.55 349.41 0.17 0.39
Hex 74 52 58 0 1D 18 37 15D 11 27
Octal 164 122 130 0 35 30 67 535 21 47
Binary 1110100 1010010 1011000 0 11101 11000 110111 101011101 10001 100111

Color Harmonies of #745258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745258

Black with #745258

Text Example


Text Example

White with #745258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745258; }

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

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

background-color css

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

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

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

border-color css

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

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

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