Html Css Color HEX #874970 Cosmic

📋 copy color: '#874970'

red 135 ◦ green 73 ◦ blue 112

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

Shades of Cosmic #874970

Tints of Cosmic #874970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 35%

R = 42.19%
G = 22.81%
B = 35%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#874970 (or 0x874970) is known color: Cosmic. HEX triplet: 87, 49 and 70. RGB value is (135,73,112). Sum of RGB (Red+Green+Blue) = 135+73+112=320 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.19% from 320); Green value is 73 (28.91% from 255 or 22.81% from 320); Blue value is 112 (44.14% from 255 or 35% from 320); Max value from RGB is 135 - color contains mainly: red. Hex color #874970 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874970 is #78B68F. Grayscale: #5F5F5F. Windows color (decimal): -7911056 or 7358855. OLE color: 7358855.

HSL color Cylindrical-coordinate representation of color #874970: hue angle of 322.26º 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 #874970 is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 73 112 -
CMYK 0 0.46 0.17 0.47
HSL 322.26º 0.3% 0.41% -
HSV(B) 322.26º 0.46% 0.53% -
XYZ 15.3 11.09 16.66 -
YUV 95.98 137.04 155.83 -
System Red Green Blue C M Y K H S L
Decimal 135 73 112 0 0.46 0.17 0.47 322.26 0.3 0.41
Hex 87 49 70 0 2E 11 2F 142 1E 29
Octal 207 111 160 0 56 21 57 502 36 51
Binary 10000111 1001001 1110000 0 101110 10001 101111 101000010 11110 101001

Color Harmonies of #874970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874970

Black with #874970

Text Example


Text Example

White with #874970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874970; }

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

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

background-color css

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

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

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

border-color css

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

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

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