Html Css Color HEX #72535E Cosmic

📋 copy color: '#72535E'

red 114 ◦ green 83 ◦ blue 94

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

Shades of Cosmic #72535E

Tints of Cosmic #72535E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 32.3%

R = 39.18%
G = 28.52%
B = 32.3%

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

#72535E (or 0x72535E) is known color: Cosmic. HEX triplet: 72, 53 and 5E. RGB value is (114,83,94). Sum of RGB (Red+Green+Blue) = 114+83+94=291 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.18% from 291); Green value is 83 (32.81% from 255 or 28.52% from 291); Blue value is 94 (37.11% from 255 or 32.30% from 291); Max value from RGB is 114 - color contains mainly: red. Hex color #72535E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72535E is #8DACA1. Grayscale: #5D5D5D. Windows color (decimal): -9284770 or 6181746. OLE color: 6181746.

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

Color convert

RGB 114 83 94 -
CMYK 0 0.27 0.18 0.55
HSL 338.71º 0.16% 0.39% -
HSV(B) 338.71º 0.27% 0.45% -
XYZ 12.05 10.57 12 -
YUV 93.52 128.27 142.61 -
System Red Green Blue C M Y K H S L
Decimal 114 83 94 0 0.27 0.18 0.55 338.71 0.16 0.39
Hex 72 53 5E 0 1B 12 37 153 10 27
Octal 162 123 136 0 33 22 67 523 20 47
Binary 1110010 1010011 1011110 0 11011 10010 110111 101010011 10000 100111

Color Harmonies of #72535E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72535E

Black with #72535E

Text Example


Text Example

White with #72535E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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