Html Css Color HEX #874372 Cosmic

📋 copy color: '#874372'

red 135 ◦ green 67 ◦ blue 114

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

Shades of Cosmic #874372

Tints of Cosmic #874372

RGB

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

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

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

R = 42.72%
G = 21.2%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#874372 (or 0x874372) is known color: Cosmic. HEX triplet: 87, 43 and 72. RGB value is (135,67,114). Sum of RGB (Red+Green+Blue) = 135+67+114=316 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.72% from 316); Green value is 67 (26.56% from 255 or 21.20% from 316); Blue value is 114 (44.92% from 255 or 36.08% from 316); Max value from RGB is 135 - color contains mainly: red. Hex color #874372 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874372 is #78BC8D. Grayscale: #5C5C5C. Windows color (decimal): -7912590 or 7488391. OLE color: 7488391.

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

Color convert

RGB 135 67 114 -
CMYK 0 0.50 0.16 0.47
HSL 318.53º 0.34% 0.4% -
HSV(B) 318.53º 0.5% 0.53% -
XYZ 15.04 10.38 17.13 -
YUV 92.69 140.03 158.18 -
System Red Green Blue C M Y K H S L
Decimal 135 67 114 0 0.50 0.16 0.47 318.53 0.34 0.4
Hex 87 43 72 0 32 10 2F 13F 22 28
Octal 207 103 162 0 62 20 57 477 42 50
Binary 10000111 1000011 1110010 0 110010 10000 101111 100111111 100010 101000

Color Harmonies of #874372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874372

Black with #874372

Text Example


Text Example

White with #874372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874372; }

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

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

background-color css

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

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

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

border-color css

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

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

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