Html Css Color HEX #73525A Cosmic

📋 copy color: '#73525A'

red 115 ◦ green 82 ◦ blue 90

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

Shades of Cosmic #73525A

Tints of Cosmic #73525A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 31.36%

R = 40.07%
G = 28.57%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#73525A (or 0x73525A) is known color: Cosmic. HEX triplet: 73, 52 and 5A. RGB value is (115,82,90). Sum of RGB (Red+Green+Blue) = 115+82+90=287 (38% of max value = 765). Red value is 115 (45.31% from 255 or 40.07% from 287); Green value is 82 (32.42% from 255 or 28.57% from 287); Blue value is 90 (35.55% from 255 or 31.36% from 287); Max value from RGB is 115 - color contains mainly: red. Hex color #73525A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73525A is #8CADA5. Grayscale: #5C5C5C. Windows color (decimal): -9219494 or 5919347. OLE color: 5919347.

HSL color Cylindrical-coordinate representation of color #73525A: hue angle of 345.45º 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 #73525A is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 82 90 -
CMYK 0 0.29 0.22 0.55
HSL 345.45º 0.17% 0.39% -
HSV(B) 345.45º 0.29% 0.45% -
XYZ 11.93 10.42 11.05 -
YUV 92.78 126.43 143.85 -
System Red Green Blue C M Y K H S L
Decimal 115 82 90 0 0.29 0.22 0.55 345.45 0.17 0.39
Hex 73 52 5A 0 1D 16 37 159 11 27
Octal 163 122 132 0 35 26 67 531 21 47
Binary 1110011 1010010 1011010 0 11101 10110 110111 101011001 10001 100111

Color Harmonies of #73525A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73525A

Black with #73525A

Text Example


Text Example

White with #73525A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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