Html Css Color HEX #704C53 Falcon

📋 copy color: '#704C53'

red 112 ◦ green 76 ◦ blue 83

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

Shades of Falcon #704C53

Tints of Falcon #704C53

RGB

 RED value IS 112 (44.14% from 255) = 41.33%

 GREEN value IS 76 (30.08% from 255) = 28.04%

 BLUE value IS 83 (32.81% from 255) = 30.63%

R = 41.33%
G = 28.04%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#704C53 (or 0x704C53) is known color: Falcon. HEX triplet: 70, 4C and 53. RGB value is (112,76,83). Sum of RGB (Red+Green+Blue) = 112+76+83=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 76 (30.08% from 255 or 28.04% from 271); Blue value is 83 (32.81% from 255 or 30.63% from 271); Max value from RGB is 112 - color contains mainly: red. Hex color #704C53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704C53 is #8FB3AC. Grayscale: #575757. Windows color (decimal): -9417645 or 5459056. OLE color: 5459056.

HSL color Cylindrical-coordinate representation of color #704C53: hue angle of 348.33º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #704C53 is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 76 83 -
CMYK 0 0.32 0.26 0.56
HSL 348.33º 0.19% 0.37% -
HSV(B) 348.33º 0.32% 0.44% -
XYZ 10.83 9.24 9.4 -
YUV 87.56 125.43 145.43 -
System Red Green Blue C M Y K H S L
Decimal 112 76 83 0 0.32 0.26 0.56 348.33 0.19 0.37
Hex 70 4C 53 0 20 1A 38 15C 13 25
Octal 160 114 123 0 40 32 70 534 23 45
Binary 1110000 1001100 1010011 0 100000 11010 111000 101011100 10011 100101

Color Harmonies of #704C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704C53

Black with #704C53

Text Example


Text Example

White with #704C53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704C53; }

 p { color: rgb(112,76,83); }

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

background-color css

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

 a { background-color: rgb(112,76,83); }

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

border-color css

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

 span { border-color: rgb(112,76,83); }

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