Html Css Color HEX #874373 Cosmic

📋 copy color: '#874373'

red 135 ◦ green 67 ◦ blue 115

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

Shades of Cosmic #874373

Tints of Cosmic #874373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 36.28%

R = 42.59%
G = 21.14%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#874373 (or 0x874373) is known color: Cosmic. HEX triplet: 87, 43 and 73. RGB value is (135,67,115). Sum of RGB (Red+Green+Blue) = 135+67+115=317 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.59% from 317); Green value is 67 (26.56% from 255 or 21.14% from 317); Blue value is 115 (45.31% from 255 or 36.28% from 317); Max value from RGB is 135 - color contains mainly: red. Hex color #874373 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874373 is #78BC8C. Grayscale: #5C5C5C. Windows color (decimal): -7912589 or 7553927. OLE color: 7553927.

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

Color convert

RGB 135 67 115 -
CMYK 0 0.50 0.15 0.47
HSL 317.65º 0.34% 0.4% -
HSV(B) 317.65º 0.5% 0.53% -
XYZ 15.09 10.4 17.43 -
YUV 92.8 140.53 158.1 -
System Red Green Blue C M Y K H S L
Decimal 135 67 115 0 0.50 0.15 0.47 317.65 0.34 0.4
Hex 87 43 73 0 32 F 2F 13E 22 28
Octal 207 103 163 0 62 17 57 476 42 50
Binary 10000111 1000011 1110011 0 110010 1111 101111 100111110 100010 101000

Color Harmonies of #874373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874373

Black with #874373

Text Example


Text Example

White with #874373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874373; }

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

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

background-color css

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

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

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

border-color css

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

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

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