Html Css Color HEX #72535B Cosmic

📋 copy color: '#72535B'

red 114 ◦ green 83 ◦ blue 91

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

Shades of Cosmic #72535B

Tints of Cosmic #72535B

RGB

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

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

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

R = 39.58%
G = 28.82%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#72535B (or 0x72535B) is known color: Cosmic. HEX triplet: 72, 53 and 5B. RGB value is (114,83,91). Sum of RGB (Red+Green+Blue) = 114+83+91=288 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.58% from 288); Green value is 83 (32.81% from 255 or 28.82% from 288); Blue value is 91 (35.94% from 255 or 31.60% from 288); Max value from RGB is 114 - color contains mainly: red. Hex color #72535B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72535B is #8DACA4. Grayscale: #5D5D5D. Windows color (decimal): -9284773 or 5985138. OLE color: 5985138.

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

Color convert

RGB 114 83 91 -
CMYK 0 0.27 0.20 0.55
HSL 344.52º 0.16% 0.39% -
HSV(B) 344.52º 0.27% 0.45% -
XYZ 11.92 10.52 11.3 -
YUV 93.18 126.77 142.85 -
System Red Green Blue C M Y K H S L
Decimal 114 83 91 0 0.27 0.20 0.55 344.52 0.16 0.39
Hex 72 53 5B 0 1B 14 37 159 10 27
Octal 162 123 133 0 33 24 67 531 20 47
Binary 1110010 1010011 1011011 0 11011 10100 110111 101011001 10000 100111

Color Harmonies of #72535B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72535B

Black with #72535B

Text Example


Text Example

White with #72535B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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