Html Css Color HEX #874170 Cosmic

📋 copy color: '#874170'

red 135 ◦ green 65 ◦ blue 112

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

Shades of Cosmic #874170

Tints of Cosmic #874170

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.83%

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

R = 43.27%
G = 20.83%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#874170 (or 0x874170) is known color: Cosmic. HEX triplet: 87, 41 and 70. RGB value is (135,65,112). Sum of RGB (Red+Green+Blue) = 135+65+112=312 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.27% from 312); Green value is 65 (25.78% from 255 or 20.83% from 312); Blue value is 112 (44.14% from 255 or 35.90% from 312); Max value from RGB is 135 - color contains mainly: red. Hex color #874170 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874170 is #78BE8F. Grayscale: #5B5B5B. Windows color (decimal): -7913104 or 7356807. OLE color: 7356807.

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

Color convert

RGB 135 65 112 -
CMYK 0 0.52 0.17 0.47
HSL 319.71º 0.35% 0.39% -
HSV(B) 319.71º 0.52% 0.53% -
XYZ 14.81 10.1 16.5 -
YUV 91.29 139.69 159.18 -
System Red Green Blue C M Y K H S L
Decimal 135 65 112 0 0.52 0.17 0.47 319.71 0.35 0.39
Hex 87 41 70 0 34 11 2F 140 23 27
Octal 207 101 160 0 64 21 57 500 43 47
Binary 10000111 1000001 1110000 0 110100 10001 101111 101000000 100011 100111

Color Harmonies of #874170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874170

Black with #874170

Text Example


Text Example

White with #874170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874170; }

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

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

background-color css

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

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

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

border-color css

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

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

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