Html Css Color HEX #73525F Cosmic

📋 copy color: '#73525F'

red 115 ◦ green 82 ◦ blue 95

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

Shades of Cosmic #73525F

Tints of Cosmic #73525F

RGB

 RED value IS 115 (45.31% from 255) = 39.38%

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

 BLUE value IS 95 (37.5% from 255) = 32.53%

R = 39.38%
G = 28.08%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#73525F (or 0x73525F) is known color: Cosmic. HEX triplet: 73, 52 and 5F. RGB value is (115,82,95). Sum of RGB (Red+Green+Blue) = 115+82+95=292 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.38% from 292); Green value is 82 (32.42% from 255 or 28.08% from 292); Blue value is 95 (37.5% from 255 or 32.53% from 292); Max value from RGB is 115 - color contains mainly: red. Hex color #73525F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73525F is #8CADA0. Grayscale: #5D5D5D. Windows color (decimal): -9219489 or 6247027. OLE color: 6247027.

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

Color convert

RGB 115 82 95 -
CMYK 0 0.29 0.17 0.55
HSL 336.36º 0.17% 0.39% -
HSV(B) 336.36º 0.29% 0.45% -
XYZ 12.15 10.51 12.21 -
YUV 93.35 128.93 143.44 -
System Red Green Blue C M Y K H S L
Decimal 115 82 95 0 0.29 0.17 0.55 336.36 0.17 0.39
Hex 73 52 5F 0 1D 11 37 150 11 27
Octal 163 122 137 0 35 21 67 520 21 47
Binary 1110011 1010010 1011111 0 11101 10001 110111 101010000 10001 100111

Color Harmonies of #73525F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73525F

Black with #73525F

Text Example


Text Example

White with #73525F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73525F; }

 p { color: rgb(115,82,95); }

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

background-color css

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

 a { background-color: rgb(115,82,95); }

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

border-color css

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

 span { border-color: rgb(115,82,95); }

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