Html Css Color HEX #70575A Falcon

📋 copy color: '#70575A'

red 112 ◦ green 87 ◦ blue 90

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

Shades of Falcon #70575A

Tints of Falcon #70575A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 31.14%

R = 38.75%
G = 30.1%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#70575A (or 0x70575A) is known color: Falcon. HEX triplet: 70, 57 and 5A. RGB value is (112,87,90). Sum of RGB (Red+Green+Blue) = 112+87+90=289 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.75% from 289); Green value is 87 (34.38% from 255 or 30.10% from 289); Blue value is 90 (35.55% from 255 or 31.14% from 289); Max value from RGB is 112 - color contains mainly: red. Hex color #70575A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70575A is #8FA8A5. Grayscale: #5E5E5E. Windows color (decimal): -9414822 or 5920624. OLE color: 5920624.

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

Color convert

RGB 112 87 90 -
CMYK 0 0.22 0.20 0.56
HSL 352.8º 0.13% 0.39% -
HSV(B) 352.8º 0.22% 0.44% -
XYZ 11.94 11 11.17 -
YUV 94.82 125.28 140.26 -
System Red Green Blue C M Y K H S L
Decimal 112 87 90 0 0.22 0.20 0.56 352.8 0.13 0.39
Hex 70 57 5A 0 16 14 38 161 D 27
Octal 160 127 132 0 26 24 70 541 15 47
Binary 1110000 1010111 1011010 0 10110 10100 111000 101100001 1101 100111

Color Harmonies of #70575A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70575A

Black with #70575A

Text Example


Text Example

White with #70575A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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