Html Css Color HEX #72535D Cosmic

📋 copy color: '#72535D'

red 114 ◦ green 83 ◦ blue 93

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

Shades of Cosmic #72535D

Tints of Cosmic #72535D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.62%

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

R = 39.31%
G = 28.62%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#72535D (or 0x72535D) is known color: Cosmic. HEX triplet: 72, 53 and 5D. RGB value is (114,83,93). Sum of RGB (Red+Green+Blue) = 114+83+93=290 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.31% from 290); Green value is 83 (32.81% from 255 or 28.62% from 290); Blue value is 93 (36.72% from 255 or 32.07% from 290); Max value from RGB is 114 - color contains mainly: red. Hex color #72535D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72535D is #8DACA2. Grayscale: #5D5D5D. Windows color (decimal): -9284771 or 6116210. OLE color: 6116210.

HSL color Cylindrical-coordinate representation of color #72535D: hue angle of 340.65º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #72535D is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 83 93 -
CMYK 0 0.27 0.18 0.55
HSL 340.65º 0.16% 0.39% -
HSV(B) 340.65º 0.27% 0.45% -
XYZ 12.01 10.55 11.76 -
YUV 93.41 127.77 142.69 -
System Red Green Blue C M Y K H S L
Decimal 114 83 93 0 0.27 0.18 0.55 340.65 0.16 0.39
Hex 72 53 5D 0 1B 12 37 155 10 27
Octal 162 123 135 0 33 22 67 525 20 47
Binary 1110010 1010011 1011101 0 11011 10010 110111 101010101 10000 100111

Color Harmonies of #72535D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72535D

Black with #72535D

Text Example


Text Example

White with #72535D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,83,93); }

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

background-color css

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

 a { background-color: rgb(114,83,93); }

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

border-color css

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

 span { border-color: rgb(114,83,93); }

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