Html Css Color HEX #874864 Cosmic

📋 copy color: '#874864'

red 135 ◦ green 72 ◦ blue 100

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

Shades of Cosmic #874864

Tints of Cosmic #874864

RGB

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

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

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

R = 43.97%
G = 23.45%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#874864 (or 0x874864) is known color: Cosmic. HEX triplet: 87, 48 and 64. RGB value is (135,72,100). Sum of RGB (Red+Green+Blue) = 135+72+100=307 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.97% from 307); Green value is 72 (28.52% from 255 or 23.45% from 307); Blue value is 100 (39.45% from 255 or 32.57% from 307); Max value from RGB is 135 - color contains mainly: red. Hex color #874864 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874864 is #78B79B. Grayscale: #5D5D5D. Windows color (decimal): -7911324 or 6572167. OLE color: 6572167.

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

Color convert

RGB 135 72 100 -
CMYK 0 0.47 0.26 0.47
HSL 333.33º 0.3% 0.41% -
HSV(B) 333.33º 0.47% 0.53% -
XYZ 14.61 10.71 13.35 -
YUV 94.03 131.37 157.22 -
System Red Green Blue C M Y K H S L
Decimal 135 72 100 0 0.47 0.26 0.47 333.33 0.3 0.41
Hex 87 48 64 0 2F 1A 2F 14D 1E 29
Octal 207 110 144 0 57 32 57 515 36 51
Binary 10000111 1001000 1100100 0 101111 11010 101111 101001101 11110 101001

Color Harmonies of #874864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874864

Black with #874864

Text Example


Text Example

White with #874864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874864; }

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

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

background-color css

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

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

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

border-color css

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

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

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