Html Css Color HEX #72515B Cosmic

📋 copy color: '#72515B'

red 114 ◦ green 81 ◦ blue 91

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

Shades of Cosmic #72515B

Tints of Cosmic #72515B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 31.82%

R = 39.86%
G = 28.32%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#72515B (or 0x72515B) is known color: Cosmic. HEX triplet: 72, 51 and 5B. RGB value is (114,81,91). Sum of RGB (Red+Green+Blue) = 114+81+91=286 (37% of max value = 765). Red value is 114 (44.92% from 255 or 39.86% from 286); Green value is 81 (32.03% from 255 or 28.32% from 286); Blue value is 91 (35.94% from 255 or 31.82% from 286); Max value from RGB is 114 - color contains mainly: red. Hex color #72515B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72515B is #8DAEA4. Grayscale: #5C5C5C. Windows color (decimal): -9285285 or 5984626. OLE color: 5984626.

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

Color convert

RGB 114 81 91 -
CMYK 0 0.29 0.20 0.55
HSL 341.82º 0.17% 0.38% -
HSV(B) 341.82º 0.29% 0.45% -
XYZ 11.77 10.22 11.25 -
YUV 92.01 127.43 143.69 -
System Red Green Blue C M Y K H S L
Decimal 114 81 91 0 0.29 0.20 0.55 341.82 0.17 0.38
Hex 72 51 5B 0 1D 14 37 156 11 26
Octal 162 121 133 0 35 24 67 526 21 46
Binary 1110010 1010001 1011011 0 11101 10100 110111 101010110 10001 100110

Color Harmonies of #72515B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72515B

Black with #72515B

Text Example


Text Example

White with #72515B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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