Html Css Color HEX #874468 Cosmic

📋 copy color: '#874468'

red 135 ◦ green 68 ◦ blue 104

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

Shades of Cosmic #874468

Tints of Cosmic #874468

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.15%

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

R = 43.97%
G = 22.15%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#874468 (or 0x874468) is known color: Cosmic. HEX triplet: 87, 44 and 68. RGB value is (135,68,104). Sum of RGB (Red+Green+Blue) = 135+68+104=307 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.97% from 307); Green value is 68 (26.95% from 255 or 22.15% from 307); Blue value is 104 (41.02% from 255 or 33.88% from 307); Max value from RGB is 135 - color contains mainly: red. Hex color #874468 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874468 is #78BB97. Grayscale: #5C5C5C. Windows color (decimal): -7912344 or 6833287. OLE color: 6833287.

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

Color convert

RGB 135 68 104 -
CMYK 0 0.50 0.23 0.47
HSL 327.76º 0.33% 0.4% -
HSV(B) 327.76º 0.5% 0.53% -
XYZ 14.56 10.28 14.31 -
YUV 92.14 134.7 158.57 -
System Red Green Blue C M Y K H S L
Decimal 135 68 104 0 0.50 0.23 0.47 327.76 0.33 0.4
Hex 87 44 68 0 32 17 2F 148 21 28
Octal 207 104 150 0 62 27 57 510 41 50
Binary 10000111 1000100 1101000 0 110010 10111 101111 101001000 100001 101000

Color Harmonies of #874468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874468

Black with #874468

Text Example


Text Example

White with #874468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874468; }

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

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

background-color css

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

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

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

border-color css

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

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

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