Html Css Color HEX #70575B Falcon

📋 copy color: '#70575B'

red 112 ◦ green 87 ◦ blue 91

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

Shades of Falcon #70575B

Tints of Falcon #70575B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 31.38%

R = 38.62%
G = 30%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#70575B (or 0x70575B) is known color: Falcon. HEX triplet: 70, 57 and 5B. RGB value is (112,87,91). Sum of RGB (Red+Green+Blue) = 112+87+91=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 87 (34.38% from 255 or 30% from 290); Blue value is 91 (35.94% from 255 or 31.38% from 290); Max value from RGB is 112 - color contains mainly: red. Hex color #70575B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70575B is #8FA8A4. Grayscale: #5E5E5E. Windows color (decimal): -9414821 or 5986160. OLE color: 5986160.

HSL color Cylindrical-coordinate representation of color #70575B: hue angle of 350.4º 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 #70575B is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 87 91 -
CMYK 0 0.22 0.19 0.56
HSL 350.4º 0.13% 0.39% -
HSV(B) 350.4º 0.22% 0.44% -
XYZ 11.98 11.02 11.39 -
YUV 94.93 125.78 140.17 -
System Red Green Blue C M Y K H S L
Decimal 112 87 91 0 0.22 0.19 0.56 350.4 0.13 0.39
Hex 70 57 5B 0 16 13 38 15E D 27
Octal 160 127 133 0 26 23 70 536 15 47
Binary 1110000 1010111 1011011 0 10110 10011 111000 101011110 1101 100111

Color Harmonies of #70575B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70575B

Black with #70575B

Text Example


Text Example

White with #70575B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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