Html Css Color HEX #705157 Falcon

📋 copy color: '#705157'

red 112 ◦ green 81 ◦ blue 87

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

Shades of Falcon #705157

Tints of Falcon #705157

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.93%

 BLUE value IS 87 (34.38% from 255) = 31.07%

R = 40%
G = 28.93%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#705157 (or 0x705157) is known color: Falcon. HEX triplet: 70, 51 and 57. RGB value is (112,81,87). Sum of RGB (Red+Green+Blue) = 112+81+87=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 81 (32.03% from 255 or 28.93% from 280); Blue value is 87 (34.38% from 255 or 31.07% from 280); Max value from RGB is 112 - color contains mainly: red. Hex color #705157 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705157 is #8FAEA8. Grayscale: #5A5A5A. Windows color (decimal): -9416361 or 5722480. OLE color: 5722480.

HSL color Cylindrical-coordinate representation of color #705157: hue angle of 348.39º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #705157 is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 81 87 -
CMYK 0 0.28 0.22 0.56
HSL 348.39º 0.16% 0.38% -
HSV(B) 348.39º 0.28% 0.44% -
XYZ 11.34 10.02 10.35 -
YUV 90.95 125.77 143.01 -
System Red Green Blue C M Y K H S L
Decimal 112 81 87 0 0.28 0.22 0.56 348.39 0.16 0.38
Hex 70 51 57 0 1C 16 38 15C 10 26
Octal 160 121 127 0 34 26 70 534 20 46
Binary 1110000 1010001 1010111 0 11100 10110 111000 101011100 10000 100110

Color Harmonies of #705157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705157

Black with #705157

Text Example


Text Example

White with #705157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705157; }

 p { color: rgb(112,81,87); }

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

background-color css

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

 a { background-color: rgb(112,81,87); }

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

border-color css

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

 span { border-color: rgb(112,81,87); }

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