Html Css Color HEX #745052 Falcon

📋 copy color: '#745052'

red 116 ◦ green 80 ◦ blue 82

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

Shades of Falcon #745052

Tints of Falcon #745052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 29.5%

R = 41.73%
G = 28.78%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#745052 (or 0x745052) is known color: Falcon. HEX triplet: 74, 50 and 52. RGB value is (116,80,82). Sum of RGB (Red+Green+Blue) = 116+80+82=278 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.73% from 278); Green value is 80 (31.64% from 255 or 28.78% from 278); Blue value is 82 (32.42% from 255 or 29.50% from 278); Max value from RGB is 116 - color contains mainly: red. Hex color #745052 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745052 is #8BAFAD. Grayscale: #5B5B5B. Windows color (decimal): -9154478 or 5394548. OLE color: 5394548.

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

Color convert

RGB 116 80 82 -
CMYK 0 0.31 0.29 0.55
HSL 356.67º 0.18% 0.38% -
HSV(B) 356.67º 0.31% 0.45% -
XYZ 11.59 10.06 9.31 -
YUV 90.99 122.93 145.84 -
System Red Green Blue C M Y K H S L
Decimal 116 80 82 0 0.31 0.29 0.55 356.67 0.18 0.38
Hex 74 50 52 0 1F 1D 37 165 12 26
Octal 164 120 122 0 37 35 67 545 22 46
Binary 1110100 1010000 1010010 0 11111 11101 110111 101100101 10010 100110

Color Harmonies of #745052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745052

Black with #745052

Text Example


Text Example

White with #745052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745052; }

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

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

background-color css

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

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

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

border-color css

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

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

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