Html Css Color HEX #72515F Cosmic

📋 copy color: '#72515F'

red 114 ◦ green 81 ◦ blue 95

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

Shades of Cosmic #72515F

Tints of Cosmic #72515F

RGB

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

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

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

R = 39.31%
G = 27.93%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#72515F (or 0x72515F) is known color: Cosmic. HEX triplet: 72, 51 and 5F. RGB value is (114,81,95). Sum of RGB (Red+Green+Blue) = 114+81+95=290 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.31% from 290); Green value is 81 (32.03% from 255 or 27.93% from 290); Blue value is 95 (37.5% from 255 or 32.76% from 290); Max value from RGB is 114 - color contains mainly: red. Hex color #72515F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72515F is #8DAEA0. Grayscale: #5C5C5C. Windows color (decimal): -9285281 or 6246770. OLE color: 6246770.

HSL color Cylindrical-coordinate representation of color #72515F: hue angle of 334.55º 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 #72515F is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 81 95 -
CMYK 0 0.29 0.17 0.55
HSL 334.55º 0.17% 0.38% -
HSV(B) 334.55º 0.29% 0.45% -
XYZ 11.95 10.29 12.18 -
YUV 92.46 129.43 143.36 -
System Red Green Blue C M Y K H S L
Decimal 114 81 95 0 0.29 0.17 0.55 334.55 0.17 0.38
Hex 72 51 5F 0 1D 11 37 14F 11 26
Octal 162 121 137 0 35 21 67 517 21 46
Binary 1110010 1010001 1011111 0 11101 10001 110111 101001111 10001 100110

Color Harmonies of #72515F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72515F

Black with #72515F

Text Example


Text Example

White with #72515F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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