Html Css Color HEX #70585A Falcon

📋 copy color: '#70585A'

red 112 ◦ green 88 ◦ blue 90

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

Shades of Falcon #70585A

Tints of Falcon #70585A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.34%

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

R = 38.62%
G = 30.34%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#70585A (or 0x70585A) is known color: Falcon. HEX triplet: 70, 58 and 5A. RGB value is (112,88,90). Sum of RGB (Red+Green+Blue) = 112+88+90=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 88 (34.77% from 255 or 30.34% from 290); Blue value is 90 (35.55% from 255 or 31.03% from 290); Max value from RGB is 112 - color contains mainly: red. Hex color #70585A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70585A is #8FA7A5. Grayscale: #5F5F5F. Windows color (decimal): -9414566 or 5920880. OLE color: 5920880.

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

Color convert

RGB 112 88 90 -
CMYK 0 0.21 0.20 0.56
HSL 355º 0.12% 0.39% -
HSV(B) 355º 0.21% 0.44% -
XYZ 12.02 11.16 11.19 -
YUV 95.4 124.95 139.84 -
System Red Green Blue C M Y K H S L
Decimal 112 88 90 0 0.21 0.20 0.56 355 0.12 0.39
Hex 70 58 5A 0 15 14 38 163 C 27
Octal 160 130 132 0 25 24 70 543 14 47
Binary 1110000 1011000 1011010 0 10101 10100 111000 101100011 1100 100111

Color Harmonies of #70585A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70585A

Black with #70585A

Text Example


Text Example

White with #70585A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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