Html Css Color HEX #874669 Cosmic

📋 copy color: '#874669'

red 135 ◦ green 70 ◦ blue 105

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

Shades of Cosmic #874669

Tints of Cosmic #874669

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.58%

 BLUE value IS 105 (41.41% from 255) = 33.87%

R = 43.55%
G = 22.58%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#874669 (or 0x874669) is known color: Cosmic. HEX triplet: 87, 46 and 69. RGB value is (135,70,105). Sum of RGB (Red+Green+Blue) = 135+70+105=310 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.55% from 310); Green value is 70 (27.73% from 255 or 22.58% from 310); Blue value is 105 (41.41% from 255 or 33.87% from 310); Max value from RGB is 135 - color contains mainly: red. Hex color #874669 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874669 is #78B996. Grayscale: #5D5D5D. Windows color (decimal): -7911831 or 6899335. OLE color: 6899335.

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

Color convert

RGB 135 70 105 -
CMYK 0 0.48 0.22 0.47
HSL 327.69º 0.32% 0.4% -
HSV(B) 327.69º 0.48% 0.53% -
XYZ 14.73 10.55 14.62 -
YUV 93.43 134.53 157.65 -
System Red Green Blue C M Y K H S L
Decimal 135 70 105 0 0.48 0.22 0.47 327.69 0.32 0.4
Hex 87 46 69 0 30 16 2F 148 20 28
Octal 207 106 151 0 60 26 57 510 40 50
Binary 10000111 1000110 1101001 0 110000 10110 101111 101001000 100000 101000

Color Harmonies of #874669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874669

Black with #874669

Text Example


Text Example

White with #874669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874669; }

 p { color: rgb(135,70,105); }

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

background-color css

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

 a { background-color: rgb(135,70,105); }

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

border-color css

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

 span { border-color: rgb(135,70,105); }

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