Html Css Color HEX #70475F Cosmic

📋 copy color: '#70475F'

red 112 ◦ green 71 ◦ blue 95

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

Shades of Cosmic #70475F

Tints of Cosmic #70475F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.54%

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

R = 40.29%
G = 25.54%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#70475F (or 0x70475F) is known color: Cosmic. HEX triplet: 70, 47 and 5F. RGB value is (112,71,95). Sum of RGB (Red+Green+Blue) = 112+71+95=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 71 (28.12% from 255 or 25.54% from 278); Blue value is 95 (37.5% from 255 or 34.17% from 278); Max value from RGB is 112 - color contains mainly: red. Hex color #70475F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70475F is #8FB8A0. Grayscale: #555555. Windows color (decimal): -9418913 or 6244208. OLE color: 6244208.

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

Color convert

RGB 112 71 95 -
CMYK 0 0.37 0.15 0.56
HSL 324.88º 0.22% 0.36% -
HSV(B) 324.88º 0.37% 0.44% -
XYZ 11 8.78 11.94 -
YUV 86 133.08 146.55 -
System Red Green Blue C M Y K H S L
Decimal 112 71 95 0 0.37 0.15 0.56 324.88 0.22 0.36
Hex 70 47 5F 0 25 F 38 145 16 24
Octal 160 107 137 0 45 17 70 505 26 44
Binary 1110000 1000111 1011111 0 100101 1111 111000 101000101 10110 100100

Color Harmonies of #70475F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70475F

Black with #70475F

Text Example


Text Example

White with #70475F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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