Html Css Color HEX #874370 Cosmic

📋 copy color: '#874370'

red 135 ◦ green 67 ◦ blue 112

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

Shades of Cosmic #874370

Tints of Cosmic #874370

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.34%

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

R = 42.99%
G = 21.34%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#874370 (or 0x874370) is known color: Cosmic. HEX triplet: 87, 43 and 70. RGB value is (135,67,112). Sum of RGB (Red+Green+Blue) = 135+67+112=314 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.99% from 314); Green value is 67 (26.56% from 255 or 21.34% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 135 - color contains mainly: red. Hex color #874370 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874370 is #78BC8F. Grayscale: #5C5C5C. Windows color (decimal): -7912592 or 7357319. OLE color: 7357319.

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

Color convert

RGB 135 67 112 -
CMYK 0 0.50 0.17 0.47
HSL 320.29º 0.34% 0.4% -
HSV(B) 320.29º 0.5% 0.53% -
XYZ 14.92 10.34 16.54 -
YUV 92.46 139.03 158.34 -
System Red Green Blue C M Y K H S L
Decimal 135 67 112 0 0.50 0.17 0.47 320.29 0.34 0.4
Hex 87 43 70 0 32 11 2F 140 22 28
Octal 207 103 160 0 62 21 57 500 42 50
Binary 10000111 1000011 1110000 0 110010 10001 101111 101000000 100010 101000

Color Harmonies of #874370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874370

Black with #874370

Text Example


Text Example

White with #874370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874370; }

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

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

background-color css

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

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

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

border-color css

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

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

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