Html Css Color HEX #815E70 Cosmic

📋 copy color: '#815E70'

red 129 ◦ green 94 ◦ blue 112

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

Shades of Cosmic #815E70

Tints of Cosmic #815E70

RGB

 RED value IS 129 (50.78% from 255) = 38.51%

 GREEN value IS 94 (37.11% from 255) = 28.06%

 BLUE value IS 112 (44.14% from 255) = 33.43%

R = 38.51%
G = 28.06%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#815E70 (or 0x815E70) is known color: Cosmic. HEX triplet: 81, 5E and 70. RGB value is (129,94,112). Sum of RGB (Red+Green+Blue) = 129+94+112=335 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.51% from 335); Green value is 94 (37.11% from 255 or 28.06% from 335); Blue value is 112 (44.14% from 255 or 33.43% from 335); Max value from RGB is 129 - color contains mainly: red. Hex color #815E70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815E70 is #7EA18F. Grayscale: #6A6A6A. Windows color (decimal): -8298896 or 7364225. OLE color: 7364225.

HSL color Cylindrical-coordinate representation of color #815E70: hue angle of 329.14º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #815E70 is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 94 112 -
CMYK 0 0.27 0.13 0.49
HSL 329.14º 0.16% 0.44% -
HSV(B) 329.14º 0.27% 0.51% -
XYZ 15.98 13.84 17.16 -
YUV 106.52 131.1 144.04 -
System Red Green Blue C M Y K H S L
Decimal 129 94 112 0 0.27 0.13 0.49 329.14 0.16 0.44
Hex 81 5E 70 0 1B D 31 149 10 2C
Octal 201 136 160 0 33 15 61 511 20 54
Binary 10000001 1011110 1110000 0 11011 1101 110001 101001001 10000 101100

Color Harmonies of #815E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815E70

Black with #815E70

Text Example


Text Example

White with #815E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815E70; }

 p { color: rgb(129,94,112); }

 H1.HeaderClassName
 {
   color: #815E70;
 }
 .AnyTagClassName
 {
   color: #815E70;
 }
</style>

background-color css

<style>
 a { background-color: #815E70; }

 a { background-color: rgb(129,94,112); }

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

border-color css

<style>
 span { border-color: #815E70; }

 span { border-color: rgb(129,94,112); }

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