Html Css Color HEX #725266 Cosmic

📋 copy color: '#725266'

red 114 ◦ green 82 ◦ blue 102

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

Shades of Cosmic #725266

Tints of Cosmic #725266

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.52%

 BLUE value IS 102 (40.23% from 255) = 34.23%

R = 38.26%
G = 27.52%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#725266 (or 0x725266) is known color: Cosmic. HEX triplet: 72, 52 and 66. RGB value is (114,82,102). Sum of RGB (Red+Green+Blue) = 114+82+102=298 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.26% from 298); Green value is 82 (32.42% from 255 or 27.52% from 298); Blue value is 102 (40.23% from 255 or 34.23% from 298); Max value from RGB is 114 - color contains mainly: red. Hex color #725266 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725266 is #8DAD99. Grayscale: #5D5D5D. Windows color (decimal): -9285018 or 6705778. OLE color: 6705778.

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

Color convert

RGB 114 82 102 -
CMYK 0 0.28 0.11 0.55
HSL 322.5º 0.16% 0.38% -
HSV(B) 322.5º 0.28% 0.45% -
XYZ 12.36 10.57 13.96 -
YUV 93.85 132.6 142.37 -
System Red Green Blue C M Y K H S L
Decimal 114 82 102 0 0.28 0.11 0.55 322.5 0.16 0.38
Hex 72 52 66 0 1C B 37 142 10 26
Octal 162 122 146 0 34 13 67 502 20 46
Binary 1110010 1010010 1100110 0 11100 1011 110111 101000010 10000 100110

Color Harmonies of #725266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725266

Black with #725266

Text Example


Text Example

White with #725266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725266; }

 p { color: rgb(114,82,102); }

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

background-color css

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

 a { background-color: rgb(114,82,102); }

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

border-color css

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

 span { border-color: rgb(114,82,102); }

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