Html Css Color HEX #874972 Cosmic

📋 copy color: '#874972'

red 135 ◦ green 73 ◦ blue 114

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

Shades of Cosmic #874972

Tints of Cosmic #874972

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.67%

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

R = 41.93%
G = 22.67%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#874972 (or 0x874972) is known color: Cosmic. HEX triplet: 87, 49 and 72. RGB value is (135,73,114). Sum of RGB (Red+Green+Blue) = 135+73+114=322 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.93% from 322); Green value is 73 (28.91% from 255 or 22.67% from 322); Blue value is 114 (44.92% from 255 or 35.40% from 322); Max value from RGB is 135 - color contains mainly: red. Hex color #874972 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874972 is #78B68D. Grayscale: #606060. Windows color (decimal): -7911054 or 7489927. OLE color: 7489927.

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

Color convert

RGB 135 73 114 -
CMYK 0 0.46 0.16 0.47
HSL 320.32º 0.3% 0.41% -
HSV(B) 320.32º 0.46% 0.53% -
XYZ 15.41 11.13 17.26 -
YUV 96.21 138.04 155.67 -
System Red Green Blue C M Y K H S L
Decimal 135 73 114 0 0.46 0.16 0.47 320.32 0.3 0.41
Hex 87 49 72 0 2E 10 2F 140 1E 29
Octal 207 111 162 0 56 20 57 500 36 51
Binary 10000111 1001001 1110010 0 101110 10000 101111 101000000 11110 101001

Color Harmonies of #874972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874972

Black with #874972

Text Example


Text Example

White with #874972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874972; }

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

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

background-color css

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

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

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

border-color css

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

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

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