Html Css Color HEX #725067 Cosmic

📋 copy color: '#725067'

red 114 ◦ green 80 ◦ blue 103

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

Shades of Cosmic #725067

Tints of Cosmic #725067

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.94%

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

R = 38.38%
G = 26.94%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#725067 (or 0x725067) is known color: Cosmic. HEX triplet: 72, 50 and 67. RGB value is (114,80,103). Sum of RGB (Red+Green+Blue) = 114+80+103=297 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.38% from 297); Green value is 80 (31.64% from 255 or 26.94% from 297); Blue value is 103 (40.62% from 255 or 34.68% from 297); Max value from RGB is 114 - color contains mainly: red. Hex color #725067 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725067 is #8DAF98. Grayscale: #5C5C5C. Windows color (decimal): -9285529 or 6770802. OLE color: 6770802.

HSL color Cylindrical-coordinate representation of color #725067: hue angle of 319.41º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #725067 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 80 103 -
CMYK 0 0.30 0.10 0.55
HSL 319.41º 0.18% 0.38% -
HSV(B) 319.41º 0.3% 0.45% -
XYZ 12.26 10.29 14.17 -
YUV 92.79 133.76 143.13 -
System Red Green Blue C M Y K H S L
Decimal 114 80 103 0 0.30 0.10 0.55 319.41 0.18 0.38
Hex 72 50 67 0 1E A 37 13F 12 26
Octal 162 120 147 0 36 12 67 477 22 46
Binary 1110010 1010000 1100111 0 11110 1010 110111 100111111 10010 100110

Color Harmonies of #725067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725067

Black with #725067

Text Example


Text Example

White with #725067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725067; }

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

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

background-color css

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

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

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

border-color css

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

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

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