Html Css Color HEX #725165 Cosmic

📋 copy color: '#725165'

red 114 ◦ green 81 ◦ blue 101

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

Shades of Cosmic #725165

Tints of Cosmic #725165

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.36%

 BLUE value IS 101 (39.84% from 255) = 34.12%

R = 38.51%
G = 27.36%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#725165 (or 0x725165) is known color: Cosmic. HEX triplet: 72, 51 and 65. RGB value is (114,81,101). Sum of RGB (Red+Green+Blue) = 114+81+101=296 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.51% from 296); Green value is 81 (32.03% from 255 or 27.36% from 296); Blue value is 101 (39.84% from 255 or 34.12% from 296); Max value from RGB is 114 - color contains mainly: red. Hex color #725165 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725165 is #8DAE9A. Grayscale: #5D5D5D. Windows color (decimal): -9285275 or 6639986. OLE color: 6639986.

HSL color Cylindrical-coordinate representation of color #725165: hue angle of 323.64º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #725165 is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 81 101 -
CMYK 0 0.29 0.11 0.55
HSL 323.64º 0.17% 0.38% -
HSV(B) 323.64º 0.29% 0.45% -
XYZ 12.23 10.4 13.68 -
YUV 93.15 132.43 142.87 -
System Red Green Blue C M Y K H S L
Decimal 114 81 101 0 0.29 0.11 0.55 323.64 0.17 0.38
Hex 72 51 65 0 1D B 37 144 11 26
Octal 162 121 145 0 35 13 67 504 21 46
Binary 1110010 1010001 1100101 0 11101 1011 110111 101000100 10001 100110

Color Harmonies of #725165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725165

Black with #725165

Text Example


Text Example

White with #725165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725165; }

 p { color: rgb(114,81,101); }

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

background-color css

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

 a { background-color: rgb(114,81,101); }

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

border-color css

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

 span { border-color: rgb(114,81,101); }

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