Html Css Color HEX #70525D Cosmic

📋 copy color: '#70525D'

red 112 ◦ green 82 ◦ blue 93

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

Shades of Cosmic #70525D

Tints of Cosmic #70525D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.57%

 BLUE value IS 93 (36.72% from 255) = 32.4%

R = 39.02%
G = 28.57%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#70525D (or 0x70525D) is known color: Cosmic. HEX triplet: 70, 52 and 5D. RGB value is (112,82,93). Sum of RGB (Red+Green+Blue) = 112+82+93=287 (38% of max value = 765). Red value is 112 (44.14% from 255 or 39.02% from 287); Green value is 82 (32.42% from 255 or 28.57% from 287); Blue value is 93 (36.72% from 255 or 32.40% from 287); Max value from RGB is 112 - color contains mainly: red. Hex color #70525D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70525D is #8FADA2. Grayscale: #5C5C5C. Windows color (decimal): -9416099 or 6115952. OLE color: 6115952.

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

Color convert

RGB 112 82 93 -
CMYK 0 0.27 0.17 0.56
HSL 338º 0.15% 0.38% -
HSV(B) 338º 0.27% 0.44% -
XYZ 11.68 10.27 11.72 -
YUV 92.22 128.44 142.11 -
System Red Green Blue C M Y K H S L
Decimal 112 82 93 0 0.27 0.17 0.56 338 0.15 0.38
Hex 70 52 5D 0 1B 11 38 152 F 26
Octal 160 122 135 0 33 21 70 522 17 46
Binary 1110000 1010010 1011101 0 11011 10001 111000 101010010 1111 100110

Color Harmonies of #70525D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70525D

Black with #70525D

Text Example


Text Example

White with #70525D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70525D; }

 p { color: rgb(112,82,93); }

 H1.HeaderClassName
 {
   color: #70525D;
 }
 .AnyTagClassName
 {
   color: #70525D;
 }
</style>

background-color css

<style>
 a { background-color: #70525D; }

 a { background-color: rgb(112,82,93); }

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

border-color css

<style>
 span { border-color: #70525D; }

 span { border-color: rgb(112,82,93); }

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