Html Css Color HEX #72515E Cosmic

📋 copy color: '#72515E'

red 114 ◦ green 81 ◦ blue 94

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

Shades of Cosmic #72515E

Tints of Cosmic #72515E

RGB

 RED value IS 114 (44.92% from 255) = 39.45%

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

 BLUE value IS 94 (37.11% from 255) = 32.53%

R = 39.45%
G = 28.03%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#72515E (or 0x72515E) is known color: Cosmic. HEX triplet: 72, 51 and 5E. RGB value is (114,81,94). Sum of RGB (Red+Green+Blue) = 114+81+94=289 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.45% from 289); Green value is 81 (32.03% from 255 or 28.03% from 289); Blue value is 94 (37.11% from 255 or 32.53% from 289); Max value from RGB is 114 - color contains mainly: red. Hex color #72515E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72515E is #8DAEA1. Grayscale: #5C5C5C. Windows color (decimal): -9285282 or 6181234. OLE color: 6181234.

HSL color Cylindrical-coordinate representation of color #72515E: hue angle of 336.36º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #72515E is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 81 94 -
CMYK 0 0.29 0.18 0.55
HSL 336.36º 0.17% 0.38% -
HSV(B) 336.36º 0.29% 0.45% -
XYZ 11.9 10.27 11.94 -
YUV 92.35 128.93 143.44 -
System Red Green Blue C M Y K H S L
Decimal 114 81 94 0 0.29 0.18 0.55 336.36 0.17 0.38
Hex 72 51 5E 0 1D 12 37 150 11 26
Octal 162 121 136 0 35 22 67 520 21 46
Binary 1110010 1010001 1011110 0 11101 10010 110111 101010000 10001 100110

Color Harmonies of #72515E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72515E

Black with #72515E

Text Example


Text Example

White with #72515E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72515E; }

 p { color: rgb(114,81,94); }

 H1.HeaderClassName
 {
   color: #72515E;
 }
 .AnyTagClassName
 {
   color: #72515E;
 }
</style>

background-color css

<style>
 a { background-color: #72515E; }

 a { background-color: rgb(114,81,94); }

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

border-color css

<style>
 span { border-color: #72515E; }

 span { border-color: rgb(114,81,94); }

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