Html Css Color HEX #874272 Cosmic

📋 copy color: '#874272'

red 135 ◦ green 66 ◦ blue 114

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

Shades of Cosmic #874272

Tints of Cosmic #874272

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.95%

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

R = 42.86%
G = 20.95%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#874272 (or 0x874272) is known color: Cosmic. HEX triplet: 87, 42 and 72. RGB value is (135,66,114). Sum of RGB (Red+Green+Blue) = 135+66+114=315 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.86% from 315); Green value is 66 (26.17% from 255 or 20.95% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 135 - color contains mainly: red. Hex color #874272 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874272 is #78BD8D. Grayscale: #5B5B5B. Windows color (decimal): -7912846 or 7488135. OLE color: 7488135.

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

Color convert

RGB 135 66 114 -
CMYK 0 0.51 0.16 0.47
HSL 318.26º 0.34% 0.39% -
HSV(B) 318.26º 0.51% 0.53% -
XYZ 14.98 10.26 17.11 -
YUV 92.1 140.36 158.6 -
System Red Green Blue C M Y K H S L
Decimal 135 66 114 0 0.51 0.16 0.47 318.26 0.34 0.39
Hex 87 42 72 0 33 10 2F 13E 22 27
Octal 207 102 162 0 63 20 57 476 42 47
Binary 10000111 1000010 1110010 0 110011 10000 101111 100111110 100010 100111

Color Harmonies of #874272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874272

Black with #874272

Text Example


Text Example

White with #874272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874272; }

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

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

background-color css

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

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

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

border-color css

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

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

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