Html Css Color HEX #875572 Cosmic

📋 copy color: '#875572'

red 135 ◦ green 85 ◦ blue 114

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

Shades of Cosmic #875572

Tints of Cosmic #875572

RGB

 RED value IS 135 (53.13% from 255) = 40.42%

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

 BLUE value IS 114 (44.92% from 255) = 34.13%

R = 40.42%
G = 25.45%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#875572 (or 0x875572) is known color: Cosmic. HEX triplet: 87, 55 and 72. RGB value is (135,85,114). Sum of RGB (Red+Green+Blue) = 135+85+114=334 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.42% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 114 (44.92% from 255 or 34.13% from 334); Max value from RGB is 135 - color contains mainly: red. Hex color #875572 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875572 is #78AA8D. Grayscale: #676767. Windows color (decimal): -7907982 or 7492999. OLE color: 7492999.

HSL color Cylindrical-coordinate representation of color #875572: hue angle of 325.2º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #875572 is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 85 114 -
CMYK 0 0.37 0.16 0.47
HSL 325.2º 0.23% 0.43% -
HSV(B) 325.2º 0.37% 0.53% -
XYZ 16.28 12.86 17.54 -
YUV 103.26 134.07 150.64 -
System Red Green Blue C M Y K H S L
Decimal 135 85 114 0 0.37 0.16 0.47 325.2 0.23 0.43
Hex 87 55 72 0 25 10 2F 145 17 2B
Octal 207 125 162 0 45 20 57 505 27 53
Binary 10000111 1010101 1110010 0 100101 10000 101111 101000101 10111 101011

Color Harmonies of #875572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875572

Black with #875572

Text Example


Text Example

White with #875572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875572; }

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

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

background-color css

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

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

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

border-color css

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

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

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