Html Css Color HEX #874070 Cosmic

📋 copy color: '#874070'

red 135 ◦ green 64 ◦ blue 112

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

Shades of Cosmic #874070

Tints of Cosmic #874070

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.58%

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

R = 43.41%
G = 20.58%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#874070 (or 0x874070) is known color: Cosmic. HEX triplet: 87, 40 and 70. RGB value is (135,64,112). Sum of RGB (Red+Green+Blue) = 135+64+112=311 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.41% from 311); Green value is 64 (25.39% from 255 or 20.58% from 311); Blue value is 112 (44.14% from 255 or 36.01% from 311); Max value from RGB is 135 - color contains mainly: red. Hex color #874070 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874070 is #78BF8F. Grayscale: #5A5A5A. Windows color (decimal): -7913360 or 7356551. OLE color: 7356551.

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

Color convert

RGB 135 64 112 -
CMYK 0 0.53 0.17 0.47
HSL 319.44º 0.36% 0.39% -
HSV(B) 319.44º 0.53% 0.53% -
XYZ 14.75 9.99 16.48 -
YUV 90.7 140.02 159.6 -
System Red Green Blue C M Y K H S L
Decimal 135 64 112 0 0.53 0.17 0.47 319.44 0.36 0.39
Hex 87 40 70 0 35 11 2F 13F 24 27
Octal 207 100 160 0 65 21 57 477 44 47
Binary 10000111 1000000 1110000 0 110101 10001 101111 100111111 100100 100111

Color Harmonies of #874070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874070

Black with #874070

Text Example


Text Example

White with #874070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874070; }

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

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

background-color css

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

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

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

border-color css

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

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

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