Html Css Color HEX #725567 Cosmic

📋 copy color: '#725567'

red 114 ◦ green 85 ◦ blue 103

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

Shades of Cosmic #725567

Tints of Cosmic #725567

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 34.11%

R = 37.75%
G = 28.15%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#725567 (or 0x725567) is known color: Cosmic. HEX triplet: 72, 55 and 67. RGB value is (114,85,103). Sum of RGB (Red+Green+Blue) = 114+85+103=302 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.75% from 302); Green value is 85 (33.59% from 255 or 28.15% from 302); Blue value is 103 (40.62% from 255 or 34.11% from 302); Max value from RGB is 114 - color contains mainly: red. Hex color #725567 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725567 is #8DAA98. Grayscale: #5F5F5F. Windows color (decimal): -9284249 or 6772082. OLE color: 6772082.

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

Color convert

RGB 114 85 103 -
CMYK 0 0.25 0.10 0.55
HSL 322.76º 0.15% 0.39% -
HSV(B) 322.76º 0.25% 0.45% -
XYZ 12.64 11.05 14.3 -
YUV 95.72 132.11 141.04 -
System Red Green Blue C M Y K H S L
Decimal 114 85 103 0 0.25 0.10 0.55 322.76 0.15 0.39
Hex 72 55 67 0 19 A 37 143 F 27
Octal 162 125 147 0 31 12 67 503 17 47
Binary 1110010 1010101 1100111 0 11001 1010 110111 101000011 1111 100111

Color Harmonies of #725567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725567

Black with #725567

Text Example


Text Example

White with #725567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725567; }

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

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

background-color css

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

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

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

border-color css

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

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

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