Html Css Color HEX #705658 Falcon

📋 copy color: '#705658'

red 112 ◦ green 86 ◦ blue 88

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

Shades of Falcon #705658

Tints of Falcon #705658

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.07%

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

R = 39.16%
G = 30.07%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#705658 (or 0x705658) is known color: Falcon. HEX triplet: 70, 56 and 58. RGB value is (112,86,88). Sum of RGB (Red+Green+Blue) = 112+86+88=286 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.16% from 286); Green value is 86 (33.98% from 255 or 30.07% from 286); Blue value is 88 (34.77% from 255 or 30.77% from 286); Max value from RGB is 112 - color contains mainly: red. Hex color #705658 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705658 is #8FA9A7. Grayscale: #5E5E5E. Windows color (decimal): -9415080 or 5789296. OLE color: 5789296.

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

Color convert

RGB 112 86 88 -
CMYK 0 0.23 0.21 0.56
HSL 355.38º 0.13% 0.39% -
HSV(B) 355.38º 0.23% 0.44% -
XYZ 11.77 10.8 10.7 -
YUV 94 124.61 140.84 -
System Red Green Blue C M Y K H S L
Decimal 112 86 88 0 0.23 0.21 0.56 355.38 0.13 0.39
Hex 70 56 58 0 17 15 38 163 D 27
Octal 160 126 130 0 27 25 70 543 15 47
Binary 1110000 1010110 1011000 0 10111 10101 111000 101100011 1101 100111

Color Harmonies of #705658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705658

Black with #705658

Text Example


Text Example

White with #705658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705658; }

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

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

background-color css

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

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

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

border-color css

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

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

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