Html Css Color HEX #70515F Cosmic

📋 copy color: '#70515F'

red 112 ◦ green 81 ◦ blue 95

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

Shades of Cosmic #70515F

Tints of Cosmic #70515F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.13%

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

R = 38.89%
G = 28.13%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#70515F (or 0x70515F) is known color: Cosmic. HEX triplet: 70, 51 and 5F. RGB value is (112,81,95). Sum of RGB (Red+Green+Blue) = 112+81+95=288 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.89% from 288); Green value is 81 (32.03% from 255 or 28.12% from 288); Blue value is 95 (37.5% from 255 or 32.99% from 288); Max value from RGB is 112 - color contains mainly: red. Hex color #70515F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70515F is #8FAEA0. Grayscale: #5B5B5B. Windows color (decimal): -9416353 or 6246768. OLE color: 6246768.

HSL color Cylindrical-coordinate representation of color #70515F: hue angle of 332.9º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #70515F is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 81 95 -
CMYK 0 0.28 0.15 0.56
HSL 332.9º 0.16% 0.38% -
HSV(B) 332.9º 0.28% 0.44% -
XYZ 11.69 10.16 12.17 -
YUV 91.87 129.77 142.36 -
System Red Green Blue C M Y K H S L
Decimal 112 81 95 0 0.28 0.15 0.56 332.9 0.16 0.38
Hex 70 51 5F 0 1C F 38 14D 10 26
Octal 160 121 137 0 34 17 70 515 20 46
Binary 1110000 1010001 1011111 0 11100 1111 111000 101001101 10000 100110

Color Harmonies of #70515F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70515F

Black with #70515F

Text Example


Text Example

White with #70515F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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