Html Css Color HEX #70555F Cosmic

📋 copy color: '#70555F'

red 112 ◦ green 85 ◦ blue 95

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

Shades of Cosmic #70555F

Tints of Cosmic #70555F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 32.53%

R = 38.36%
G = 29.11%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#70555F (or 0x70555F) is known color: Cosmic. HEX triplet: 70, 55 and 5F. RGB value is (112,85,95). Sum of RGB (Red+Green+Blue) = 112+85+95=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 85 (33.59% from 255 or 29.11% from 292); Blue value is 95 (37.5% from 255 or 32.53% from 292); Max value from RGB is 112 - color contains mainly: red. Hex color #70555F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70555F is #8FAAA0. Grayscale: #5E5E5E. Windows color (decimal): -9415329 or 6247792. OLE color: 6247792.

HSL color Cylindrical-coordinate representation of color #70555F: hue angle of 337.78º 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 #70555F is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 85 95 -
CMYK 0 0.24 0.15 0.56
HSL 337.78º 0.14% 0.39% -
HSV(B) 337.78º 0.24% 0.44% -
XYZ 12 10.77 12.27 -
YUV 94.21 128.45 140.69 -
System Red Green Blue C M Y K H S L
Decimal 112 85 95 0 0.24 0.15 0.56 337.78 0.14 0.39
Hex 70 55 5F 0 18 F 38 152 E 27
Octal 160 125 137 0 30 17 70 522 16 47
Binary 1110000 1010101 1011111 0 11000 1111 111000 101010010 1110 100111

Color Harmonies of #70555F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70555F

Black with #70555F

Text Example


Text Example

White with #70555F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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