Html Css Color HEX #705F60 Falcon

📋 copy color: '#705F60'

red 112 ◦ green 95 ◦ blue 96

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

Shades of Falcon #705F60

Tints of Falcon #705F60

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.35%

 BLUE value IS 96 (37.89% from 255) = 31.68%

R = 36.96%
G = 31.35%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#705F60 (or 0x705F60) is known color: Falcon. HEX triplet: 70, 5F and 60. RGB value is (112,95,96). Sum of RGB (Red+Green+Blue) = 112+95+96=303 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.96% from 303); Green value is 95 (37.5% from 255 or 31.35% from 303); Blue value is 96 (37.89% from 255 or 31.68% from 303); Max value from RGB is 112 - color contains mainly: red. Hex color #705F60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705F60 is #8FA09F. Grayscale: #646464. Windows color (decimal): -9412768 or 6315888. OLE color: 6315888.

HSL color Cylindrical-coordinate representation of color #705F60: hue angle of 356.47º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #705F60 is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 95 96 -
CMYK 0 0.15 0.14 0.56
HSL 356.47º 0.08% 0.41% -
HSV(B) 356.47º 0.15% 0.44% -
XYZ 12.89 12.47 12.79 -
YUV 100.2 125.63 136.42 -
System Red Green Blue C M Y K H S L
Decimal 112 95 96 0 0.15 0.14 0.56 356.47 0.08 0.41
Hex 70 5F 60 0 F E 38 164 8 29
Octal 160 137 140 0 17 16 70 544 10 51
Binary 1110000 1011111 1100000 0 1111 1110 111000 101100100 1000 101001

Color Harmonies of #705F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705F60

Black with #705F60

Text Example


Text Example

White with #705F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705F60; }

 p { color: rgb(112,95,96); }

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

background-color css

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

 a { background-color: rgb(112,95,96); }

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

border-color css

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

 span { border-color: rgb(112,95,96); }

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