Html Css Color HEX #705355 Falcon

📋 copy color: '#705355'

red 112 ◦ green 83 ◦ blue 85

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

Shades of Falcon #705355

Tints of Falcon #705355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 30.36%

R = 40%
G = 29.64%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#705355 (or 0x705355) is known color: Falcon. HEX triplet: 70, 53 and 55. RGB value is (112,83,85). Sum of RGB (Red+Green+Blue) = 112+83+85=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 83 (32.81% from 255 or 29.64% from 280); Blue value is 85 (33.59% from 255 or 30.36% from 280); Max value from RGB is 112 - color contains mainly: red. Hex color #705355 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705355 is #8FACAA. Grayscale: #5B5B5B. Windows color (decimal): -9415851 or 5591920. OLE color: 5591920.

HSL color Cylindrical-coordinate representation of color #705355: hue angle of 355.86º 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 #705355 is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 83 85 -
CMYK 0 0.26 0.24 0.56
HSL 355.86º 0.15% 0.38% -
HSV(B) 355.86º 0.26% 0.44% -
XYZ 11.42 10.29 9.98 -
YUV 91.9 124.11 142.34 -
System Red Green Blue C M Y K H S L
Decimal 112 83 85 0 0.26 0.24 0.56 355.86 0.15 0.38
Hex 70 53 55 0 1A 18 38 164 F 26
Octal 160 123 125 0 32 30 70 544 17 46
Binary 1110000 1010011 1010101 0 11010 11000 111000 101100100 1111 100110

Color Harmonies of #705355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705355

Black with #705355

Text Example


Text Example

White with #705355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705355; }

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

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

background-color css

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

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

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

border-color css

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

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

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