Html Css Color HEX #705258 Falcon

📋 copy color: '#705258'

red 112 ◦ green 82 ◦ blue 88

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

Shades of Falcon #705258

Tints of Falcon #705258

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.08%

 BLUE value IS 88 (34.77% from 255) = 31.21%

R = 39.72%
G = 29.08%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#705258 (or 0x705258) is known color: Falcon. HEX triplet: 70, 52 and 58. RGB value is (112,82,88). Sum of RGB (Red+Green+Blue) = 112+82+88=282 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.72% from 282); Green value is 82 (32.42% from 255 or 29.08% from 282); Blue value is 88 (34.77% from 255 or 31.21% from 282); Max value from RGB is 112 - color contains mainly: red. Hex color #705258 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705258 is #8FADA7. Grayscale: #5B5B5B. Windows color (decimal): -9416104 or 5788272. OLE color: 5788272.

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

Color convert

RGB 112 82 88 -
CMYK 0 0.27 0.21 0.56
HSL 348º 0.15% 0.38% -
HSV(B) 348º 0.27% 0.44% -
XYZ 11.46 10.18 10.59 -
YUV 91.65 125.94 142.51 -
System Red Green Blue C M Y K H S L
Decimal 112 82 88 0 0.27 0.21 0.56 348 0.15 0.38
Hex 70 52 58 0 1B 15 38 15C F 26
Octal 160 122 130 0 33 25 70 534 17 46
Binary 1110000 1010010 1011000 0 11011 10101 111000 101011100 1111 100110

Color Harmonies of #705258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705258

Black with #705258

Text Example


Text Example

White with #705258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705258; }

 p { color: rgb(112,82,88); }

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

background-color css

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

 a { background-color: rgb(112,82,88); }

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

border-color css

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

 span { border-color: rgb(112,82,88); }

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