Html Css Color HEX #72535C Cosmic

📋 copy color: '#72535C'

red 114 ◦ green 83 ◦ blue 92

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

Shades of Cosmic #72535C

Tints of Cosmic #72535C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 31.83%

R = 39.45%
G = 28.72%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#72535C (or 0x72535C) is known color: Cosmic. HEX triplet: 72, 53 and 5C. RGB value is (114,83,92). Sum of RGB (Red+Green+Blue) = 114+83+92=289 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.45% from 289); Green value is 83 (32.81% from 255 or 28.72% from 289); Blue value is 92 (36.33% from 255 or 31.83% from 289); Max value from RGB is 114 - color contains mainly: red. Hex color #72535C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72535C is #8DACA3. Grayscale: #5D5D5D. Windows color (decimal): -9284772 or 6050674. OLE color: 6050674.

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

Color convert

RGB 114 83 92 -
CMYK 0 0.27 0.19 0.55
HSL 342.58º 0.16% 0.39% -
HSV(B) 342.58º 0.27% 0.45% -
XYZ 11.96 10.54 11.53 -
YUV 93.3 127.27 142.77 -
System Red Green Blue C M Y K H S L
Decimal 114 83 92 0 0.27 0.19 0.55 342.58 0.16 0.39
Hex 72 53 5C 0 1B 13 37 157 10 27
Octal 162 123 134 0 33 23 67 527 20 47
Binary 1110010 1010011 1011100 0 11011 10011 110111 101010111 10000 100111

Color Harmonies of #72535C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72535C

Black with #72535C

Text Example


Text Example

White with #72535C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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