Html Css Color HEX #875672 Cosmic

📋 copy color: '#875672'

red 135 ◦ green 86 ◦ blue 114

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

Shades of Cosmic #875672

Tints of Cosmic #875672

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.67%

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

R = 40.3%
G = 25.67%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#875672 (or 0x875672) is known color: Cosmic. HEX triplet: 87, 56 and 72. RGB value is (135,86,114). Sum of RGB (Red+Green+Blue) = 135+86+114=335 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.30% from 335); Green value is 86 (33.98% from 255 or 25.67% from 335); Blue value is 114 (44.92% from 255 or 34.03% from 335); Max value from RGB is 135 - color contains mainly: red. Hex color #875672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875672 is #78A98D. Grayscale: #676767. Windows color (decimal): -7907726 or 7493255. OLE color: 7493255.

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

Color convert

RGB 135 86 114 -
CMYK 0 0.36 0.16 0.47
HSL 325.71º 0.22% 0.43% -
HSV(B) 325.71º 0.36% 0.53% -
XYZ 16.36 13.02 17.57 -
YUV 103.84 133.73 150.22 -
System Red Green Blue C M Y K H S L
Decimal 135 86 114 0 0.36 0.16 0.47 325.71 0.22 0.43
Hex 87 56 72 0 24 10 2F 146 16 2B
Octal 207 126 162 0 44 20 57 506 26 53
Binary 10000111 1010110 1110010 0 100100 10000 101111 101000110 10110 101011

Color Harmonies of #875672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875672

Black with #875672

Text Example


Text Example

White with #875672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875672; }

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

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

background-color css

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

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

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

border-color css

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

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

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