Html Css Color HEX #874663 Cosmic

📋 copy color: '#874663'

red 135 ◦ green 70 ◦ blue 99

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

Shades of Cosmic #874663

Tints of Cosmic #874663

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 32.57%

R = 44.41%
G = 23.03%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#874663 (or 0x874663) is known color: Cosmic. HEX triplet: 87, 46 and 63. RGB value is (135,70,99). Sum of RGB (Red+Green+Blue) = 135+70+99=304 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.41% from 304); Green value is 70 (27.73% from 255 or 23.03% from 304); Blue value is 99 (39.06% from 255 or 32.57% from 304); Max value from RGB is 135 - color contains mainly: red. Hex color #874663 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874663 is #78B99C. Grayscale: #5C5C5C. Windows color (decimal): -7911837 or 6506119. OLE color: 6506119.

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

Color convert

RGB 135 70 99 -
CMYK 0 0.48 0.27 0.47
HSL 333.23º 0.32% 0.4% -
HSV(B) 333.23º 0.48% 0.53% -
XYZ 14.43 10.43 13.06 -
YUV 92.74 131.53 158.14 -
System Red Green Blue C M Y K H S L
Decimal 135 70 99 0 0.48 0.27 0.47 333.23 0.32 0.4
Hex 87 46 63 0 30 1B 2F 14D 20 28
Octal 207 106 143 0 60 33 57 515 40 50
Binary 10000111 1000110 1100011 0 110000 11011 101111 101001101 100000 101000

Color Harmonies of #874663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874663

Black with #874663

Text Example


Text Example

White with #874663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874663; }

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

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

background-color css

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

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

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

border-color css

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

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

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