Html Css Color HEX #874872 Cosmic

📋 copy color: '#874872'

red 135 ◦ green 72 ◦ blue 114

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

Shades of Cosmic #874872

Tints of Cosmic #874872

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.43%

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

R = 42.06%
G = 22.43%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#874872 (or 0x874872) is known color: Cosmic. HEX triplet: 87, 48 and 72. RGB value is (135,72,114). Sum of RGB (Red+Green+Blue) = 135+72+114=321 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.06% from 321); Green value is 72 (28.52% from 255 or 22.43% from 321); Blue value is 114 (44.92% from 255 or 35.51% from 321); Max value from RGB is 135 - color contains mainly: red. Hex color #874872 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874872 is #78B78D. Grayscale: #5F5F5F. Windows color (decimal): -7911310 or 7489671. OLE color: 7489671.

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

Color convert

RGB 135 72 114 -
CMYK 0 0.47 0.16 0.47
HSL 320º 0.3% 0.41% -
HSV(B) 320º 0.47% 0.53% -
XYZ 15.35 11 17.23 -
YUV 95.63 138.37 156.08 -
System Red Green Blue C M Y K H S L
Decimal 135 72 114 0 0.47 0.16 0.47 320 0.3 0.41
Hex 87 48 72 0 2F 10 2F 140 1E 29
Octal 207 110 162 0 57 20 57 500 36 51
Binary 10000111 1001000 1110010 0 101111 10000 101111 101000000 11110 101001

Color Harmonies of #874872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874872

Black with #874872

Text Example


Text Example

White with #874872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874872; }

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

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

background-color css

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

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

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

border-color css

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

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

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