Html Css Color HEX #874364 Cosmic

📋 copy color: '#874364'

red 135 ◦ green 67 ◦ blue 100

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

Shades of Cosmic #874364

Tints of Cosmic #874364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 33.11%

R = 44.7%
G = 22.19%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#874364 (or 0x874364) is known color: Cosmic. HEX triplet: 87, 43 and 64. RGB value is (135,67,100). Sum of RGB (Red+Green+Blue) = 135+67+100=302 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.70% from 302); Green value is 67 (26.56% from 255 or 22.19% from 302); Blue value is 100 (39.45% from 255 or 33.11% from 302); Max value from RGB is 135 - color contains mainly: red. Hex color #874364 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874364 is #78BC9B. Grayscale: #5B5B5B. Windows color (decimal): -7912604 or 6570887. OLE color: 6570887.

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

Color convert

RGB 135 67 100 -
CMYK 0 0.50 0.26 0.47
HSL 330.88º 0.34% 0.4% -
HSV(B) 330.88º 0.5% 0.53% -
XYZ 14.3 10.09 13.25 -
YUV 91.09 133.03 159.32 -
System Red Green Blue C M Y K H S L
Decimal 135 67 100 0 0.50 0.26 0.47 330.88 0.34 0.4
Hex 87 43 64 0 32 1A 2F 14B 22 28
Octal 207 103 144 0 62 32 57 513 42 50
Binary 10000111 1000011 1100100 0 110010 11010 101111 101001011 100010 101000

Color Harmonies of #874364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874364

Black with #874364

Text Example


Text Example

White with #874364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874364; }

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

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

background-color css

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

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

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

border-color css

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

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

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