Html Css Color HEX #725565 Cosmic

📋 copy color: '#725565'

red 114 ◦ green 85 ◦ blue 101

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

Shades of Cosmic #725565

Tints of Cosmic #725565

RGB

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

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

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

R = 38%
G = 28.33%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#725565 (or 0x725565) is known color: Cosmic. HEX triplet: 72, 55 and 65. RGB value is (114,85,101). Sum of RGB (Red+Green+Blue) = 114+85+101=300 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38% from 300); Green value is 85 (33.59% from 255 or 28.33% from 300); Blue value is 101 (39.84% from 255 or 33.67% from 300); Max value from RGB is 114 - color contains mainly: red. Hex color #725565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725565 is #8DAA9A. Grayscale: #5F5F5F. Windows color (decimal): -9284251 or 6641010. OLE color: 6641010.

HSL color Cylindrical-coordinate representation of color #725565: hue angle of 326.9º 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 #725565 is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 85 101 -
CMYK 0 0.25 0.11 0.55
HSL 326.9º 0.15% 0.39% -
HSV(B) 326.9º 0.25% 0.45% -
XYZ 12.54 11.01 13.78 -
YUV 95.5 131.11 141.2 -
System Red Green Blue C M Y K H S L
Decimal 114 85 101 0 0.25 0.11 0.55 326.9 0.15 0.39
Hex 72 55 65 0 19 B 37 147 F 27
Octal 162 125 145 0 31 13 67 507 17 47
Binary 1110010 1010101 1100101 0 11001 1011 110111 101000111 1111 100111

Color Harmonies of #725565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725565

Black with #725565

Text Example


Text Example

White with #725565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725565; }

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

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

background-color css

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

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

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

border-color css

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

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

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