Html Css Color HEX #725465 Cosmic

📋 copy color: '#725465'

red 114 ◦ green 84 ◦ blue 101

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

Shades of Cosmic #725465

Tints of Cosmic #725465

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.09%

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

R = 38.13%
G = 28.09%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#725465 (or 0x725465) is known color: Cosmic. HEX triplet: 72, 54 and 65. RGB value is (114,84,101). Sum of RGB (Red+Green+Blue) = 114+84+101=299 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.13% from 299); Green value is 84 (33.20% from 255 or 28.09% from 299); Blue value is 101 (39.84% from 255 or 33.78% from 299); Max value from RGB is 114 - color contains mainly: red. Hex color #725465 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725465 is #8DAB9A. Grayscale: #5E5E5E. Windows color (decimal): -9284507 or 6640754. OLE color: 6640754.

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

Color convert

RGB 114 84 101 -
CMYK 0 0.26 0.11 0.55
HSL 326º 0.15% 0.39% -
HSV(B) 326º 0.26% 0.45% -
XYZ 12.46 10.86 13.75 -
YUV 94.91 131.44 141.62 -
System Red Green Blue C M Y K H S L
Decimal 114 84 101 0 0.26 0.11 0.55 326 0.15 0.39
Hex 72 54 65 0 1A B 37 146 F 27
Octal 162 124 145 0 32 13 67 506 17 47
Binary 1110010 1010100 1100101 0 11010 1011 110111 101000110 1111 100111

Color Harmonies of #725465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725465

Black with #725465

Text Example


Text Example

White with #725465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725465; }

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

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

background-color css

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

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

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

border-color css

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

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

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