Html Css Color HEX #725367 Cosmic

📋 copy color: '#725367'

red 114 ◦ green 83 ◦ blue 103

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

Shades of Cosmic #725367

Tints of Cosmic #725367

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.67%

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

R = 38%
G = 27.67%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#725367 (or 0x725367) is known color: Cosmic. HEX triplet: 72, 53 and 67. RGB value is (114,83,103). Sum of RGB (Red+Green+Blue) = 114+83+103=300 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38% from 300); Green value is 83 (32.81% from 255 or 27.67% from 300); Blue value is 103 (40.62% from 255 or 34.33% from 300); Max value from RGB is 114 - color contains mainly: red. Hex color #725367 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725367 is #8DAC98. Grayscale: #5E5E5E. Windows color (decimal): -9284761 or 6771570. OLE color: 6771570.

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

Color convert

RGB 114 83 103 -
CMYK 0 0.27 0.10 0.55
HSL 321.29º 0.16% 0.39% -
HSV(B) 321.29º 0.27% 0.45% -
XYZ 12.48 10.74 14.25 -
YUV 94.55 132.77 141.87 -
System Red Green Blue C M Y K H S L
Decimal 114 83 103 0 0.27 0.10 0.55 321.29 0.16 0.39
Hex 72 53 67 0 1B A 37 141 10 27
Octal 162 123 147 0 33 12 67 501 20 47
Binary 1110010 1010011 1100111 0 11011 1010 110111 101000001 10000 100111

Color Harmonies of #725367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725367

Black with #725367

Text Example


Text Example

White with #725367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725367; }

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

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

background-color css

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

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

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

border-color css

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

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

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