Html Css Color HEX #874264 Cosmic

📋 copy color: '#874264'

red 135 ◦ green 66 ◦ blue 100

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

Shades of Cosmic #874264

Tints of Cosmic #874264

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.93%

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

R = 44.85%
G = 21.93%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#874264 (or 0x874264) is known color: Cosmic. HEX triplet: 87, 42 and 64. RGB value is (135,66,100). Sum of RGB (Red+Green+Blue) = 135+66+100=301 (39% of max value = 765). Red value is 135 (53.12% from 255 or 44.85% from 301); Green value is 66 (26.17% from 255 or 21.93% from 301); Blue value is 100 (39.45% from 255 or 33.22% from 301); Max value from RGB is 135 - color contains mainly: red. Hex color #874264 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874264 is #78BD9B. Grayscale: #5A5A5A. Windows color (decimal): -7912860 or 6570631. OLE color: 6570631.

HSL color Cylindrical-coordinate representation of color #874264: hue angle of 330.43º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #874264 is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 66 100 -
CMYK 0 0.51 0.26 0.47
HSL 330.43º 0.34% 0.39% -
HSV(B) 330.43º 0.51% 0.53% -
XYZ 14.24 9.97 13.23 -
YUV 90.51 133.36 159.74 -
System Red Green Blue C M Y K H S L
Decimal 135 66 100 0 0.51 0.26 0.47 330.43 0.34 0.39
Hex 87 42 64 0 33 1A 2F 14A 22 27
Octal 207 102 144 0 63 32 57 512 42 47
Binary 10000111 1000010 1100100 0 110011 11010 101111 101001010 100010 100111

Color Harmonies of #874264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874264

Black with #874264

Text Example


Text Example

White with #874264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874264; }

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

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

background-color css

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

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

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

border-color css

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

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

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