Html Css Color HEX #70575D Falcon

📋 copy color: '#70575D'

red 112 ◦ green 87 ◦ blue 93

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

Shades of Falcon #70575D

Tints of Falcon #70575D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.79%

 BLUE value IS 93 (36.72% from 255) = 31.85%

R = 38.36%
G = 29.79%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#70575D (or 0x70575D) is known color: Falcon. HEX triplet: 70, 57 and 5D. RGB value is (112,87,93). Sum of RGB (Red+Green+Blue) = 112+87+93=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 87 (34.38% from 255 or 29.79% from 292); Blue value is 93 (36.72% from 255 or 31.85% from 292); Max value from RGB is 112 - color contains mainly: red. Hex color #70575D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70575D is #8FA8A2. Grayscale: #5F5F5F. Windows color (decimal): -9414819 or 6117232. OLE color: 6117232.

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

Color convert

RGB 112 87 93 -
CMYK 0 0.22 0.17 0.56
HSL 345.6º 0.13% 0.39% -
HSV(B) 345.6º 0.22% 0.44% -
XYZ 12.07 11.05 11.85 -
YUV 95.16 126.78 140.01 -
System Red Green Blue C M Y K H S L
Decimal 112 87 93 0 0.22 0.17 0.56 345.6 0.13 0.39
Hex 70 57 5D 0 16 11 38 15A D 27
Octal 160 127 135 0 26 21 70 532 15 47
Binary 1110000 1010111 1011101 0 10110 10001 111000 101011010 1101 100111

Color Harmonies of #70575D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70575D

Black with #70575D

Text Example


Text Example

White with #70575D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70575D; }

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

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

background-color css

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

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

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

border-color css

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

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

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