Html Css Color HEX #705357 Falcon

📋 copy color: '#705357'

red 112 ◦ green 83 ◦ blue 87

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

Shades of Falcon #705357

Tints of Falcon #705357

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.43%

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

R = 39.72%
G = 29.43%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#705357 (or 0x705357) is known color: Falcon. HEX triplet: 70, 53 and 57. RGB value is (112,83,87). Sum of RGB (Red+Green+Blue) = 112+83+87=282 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.72% from 282); Green value is 83 (32.81% from 255 or 29.43% from 282); Blue value is 87 (34.38% from 255 or 30.85% from 282); Max value from RGB is 112 - color contains mainly: red. Hex color #705357 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705357 is #8FACA8. Grayscale: #5C5C5C. Windows color (decimal): -9415849 or 5722992. OLE color: 5722992.

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

Color convert

RGB 112 83 87 -
CMYK 0 0.26 0.22 0.56
HSL 351.72º 0.15% 0.38% -
HSV(B) 351.72º 0.26% 0.44% -
XYZ 11.5 10.32 10.4 -
YUV 92.13 125.11 142.17 -
System Red Green Blue C M Y K H S L
Decimal 112 83 87 0 0.26 0.22 0.56 351.72 0.15 0.38
Hex 70 53 57 0 1A 16 38 160 F 26
Octal 160 123 127 0 32 26 70 540 17 46
Binary 1110000 1010011 1010111 0 11010 10110 111000 101100000 1111 100110

Color Harmonies of #705357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705357

Black with #705357

Text Example


Text Example

White with #705357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705357; }

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

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

background-color css

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

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

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

border-color css

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

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

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