Html Css Color HEX #874868 Cosmic

📋 copy color: '#874868'

red 135 ◦ green 72 ◦ blue 104

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

Shades of Cosmic #874868

Tints of Cosmic #874868

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.15%

 BLUE value IS 104 (41.02% from 255) = 33.44%

R = 43.41%
G = 23.15%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#874868 (or 0x874868) is known color: Cosmic. HEX triplet: 87, 48 and 68. RGB value is (135,72,104). Sum of RGB (Red+Green+Blue) = 135+72+104=311 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.41% from 311); Green value is 72 (28.52% from 255 or 23.15% from 311); Blue value is 104 (41.02% from 255 or 33.44% from 311); Max value from RGB is 135 - color contains mainly: red. Hex color #874868 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874868 is #78B797. Grayscale: #5E5E5E. Windows color (decimal): -7911320 or 6834311. OLE color: 6834311.

HSL color Cylindrical-coordinate representation of color #874868: hue angle of 329.52º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #874868 is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 72 104 -
CMYK 0 0.47 0.23 0.47
HSL 329.52º 0.3% 0.41% -
HSV(B) 329.52º 0.47% 0.53% -
XYZ 14.81 10.79 14.4 -
YUV 94.49 133.37 156.9 -
System Red Green Blue C M Y K H S L
Decimal 135 72 104 0 0.47 0.23 0.47 329.52 0.3 0.41
Hex 87 48 68 0 2F 17 2F 14A 1E 29
Octal 207 110 150 0 57 27 57 512 36 51
Binary 10000111 1001000 1101000 0 101111 10111 101111 101001010 11110 101001

Color Harmonies of #874868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874868

Black with #874868

Text Example


Text Example

White with #874868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874868; }

 p { color: rgb(135,72,104); }

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

background-color css

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

 a { background-color: rgb(135,72,104); }

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

border-color css

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

 span { border-color: rgb(135,72,104); }

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