Html Css Color HEX #72555E Cosmic

📋 copy color: '#72555E'

red 114 ◦ green 85 ◦ blue 94

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

Shades of Cosmic #72555E

Tints of Cosmic #72555E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.01%

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

R = 38.91%
G = 29.01%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#72555E (or 0x72555E) is known color: Cosmic. HEX triplet: 72, 55 and 5E. RGB value is (114,85,94). Sum of RGB (Red+Green+Blue) = 114+85+94=293 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.91% from 293); Green value is 85 (33.59% from 255 or 29.01% from 293); Blue value is 94 (37.11% from 255 or 32.08% from 293); Max value from RGB is 114 - color contains mainly: red. Hex color #72555E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72555E is #8DAAA1. Grayscale: #5E5E5E. Windows color (decimal): -9284258 or 6182258. OLE color: 6182258.

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

Color convert

RGB 114 85 94 -
CMYK 0 0.25 0.18 0.55
HSL 341.38º 0.15% 0.39% -
HSV(B) 341.38º 0.25% 0.45% -
XYZ 12.21 10.88 12.05 -
YUV 94.7 127.61 141.77 -
System Red Green Blue C M Y K H S L
Decimal 114 85 94 0 0.25 0.18 0.55 341.38 0.15 0.39
Hex 72 55 5E 0 19 12 37 155 F 27
Octal 162 125 136 0 31 22 67 525 17 47
Binary 1110010 1010101 1011110 0 11001 10010 110111 101010101 1111 100111

Color Harmonies of #72555E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72555E

Black with #72555E

Text Example


Text Example

White with #72555E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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