Html Css Color HEX #874560 Cosmic

📋 copy color: '#874560'

red 135 ◦ green 69 ◦ blue 96

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

Shades of Cosmic #874560

Tints of Cosmic #874560

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23%

 BLUE value IS 96 (37.89% from 255) = 32%

R = 45%
G = 23%
B = 32%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#874560 (or 0x874560) is known color: Cosmic. HEX triplet: 87, 45 and 60. RGB value is (135,69,96). Sum of RGB (Red+Green+Blue) = 135+69+96=300 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45% from 300); Green value is 69 (27.34% from 255 or 23% from 300); Blue value is 96 (37.89% from 255 or 32% from 300); Max value from RGB is 135 - color contains mainly: red. Hex color #874560 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874560 is #78BA9F. Grayscale: #5B5B5B. Windows color (decimal): -7912096 or 6309255. OLE color: 6309255.

HSL color Cylindrical-coordinate representation of color #874560: hue angle of 335.45º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #874560 is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 69 96 -
CMYK 0 0.49 0.29 0.47
HSL 335.45º 0.32% 0.4% -
HSV(B) 335.45º 0.49% 0.53% -
XYZ 14.23 10.25 12.3 -
YUV 91.81 130.37 158.8 -
System Red Green Blue C M Y K H S L
Decimal 135 69 96 0 0.49 0.29 0.47 335.45 0.32 0.4
Hex 87 45 60 0 31 1D 2F 14F 20 28
Octal 207 105 140 0 61 35 57 517 40 50
Binary 10000111 1000101 1100000 0 110001 11101 101111 101001111 100000 101000

Color Harmonies of #874560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874560

Black with #874560

Text Example


Text Example

White with #874560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874560; }

 p { color: rgb(135,69,96); }

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

background-color css

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

 a { background-color: rgb(135,69,96); }

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

border-color css

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

 span { border-color: rgb(135,69,96); }

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