Html Css Color HEX #70555B Falcon

📋 copy color: '#70555B'

red 112 ◦ green 85 ◦ blue 91

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

Shades of Falcon #70555B

Tints of Falcon #70555B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.51%

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

R = 38.89%
G = 29.51%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#70555B (or 0x70555B) is known color: Falcon. HEX triplet: 70, 55 and 5B. RGB value is (112,85,91). Sum of RGB (Red+Green+Blue) = 112+85+91=288 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.89% from 288); Green value is 85 (33.59% from 255 or 29.51% from 288); Blue value is 91 (35.94% from 255 or 31.60% from 288); Max value from RGB is 112 - color contains mainly: red. Hex color #70555B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70555B is #8FAAA4. Grayscale: #5D5D5D. Windows color (decimal): -9415333 or 5985648. OLE color: 5985648.

HSL color Cylindrical-coordinate representation of color #70555B: hue angle of 346.67º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #70555B is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 85 91 -
CMYK 0 0.24 0.19 0.56
HSL 346.67º 0.14% 0.39% -
HSV(B) 346.67º 0.24% 0.44% -
XYZ 11.82 10.7 11.34 -
YUV 93.76 126.45 141.01 -
System Red Green Blue C M Y K H S L
Decimal 112 85 91 0 0.24 0.19 0.56 346.67 0.14 0.39
Hex 70 55 5B 0 18 13 38 15B E 27
Octal 160 125 133 0 30 23 70 533 16 47
Binary 1110000 1010101 1011011 0 11000 10011 111000 101011011 1110 100111

Color Harmonies of #70555B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70555B

Black with #70555B

Text Example


Text Example

White with #70555B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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