Html Css Color HEX #874865 Cosmic

📋 copy color: '#874865'

red 135 ◦ green 72 ◦ blue 101

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

Shades of Cosmic #874865

Tints of Cosmic #874865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 32.79%

R = 43.83%
G = 23.38%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#874865 (or 0x874865) is known color: Cosmic. HEX triplet: 87, 48 and 65. RGB value is (135,72,101). Sum of RGB (Red+Green+Blue) = 135+72+101=308 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.83% from 308); Green value is 72 (28.52% from 255 or 23.38% from 308); Blue value is 101 (39.84% from 255 or 32.79% from 308); Max value from RGB is 135 - color contains mainly: red. Hex color #874865 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874865 is #78B79A. Grayscale: #5E5E5E. Windows color (decimal): -7911323 or 6637703. OLE color: 6637703.

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

Color convert

RGB 135 72 101 -
CMYK 0 0.47 0.25 0.47
HSL 332.38º 0.3% 0.41% -
HSV(B) 332.38º 0.47% 0.53% -
XYZ 14.66 10.73 13.61 -
YUV 94.14 131.87 157.14 -
System Red Green Blue C M Y K H S L
Decimal 135 72 101 0 0.47 0.25 0.47 332.38 0.3 0.41
Hex 87 48 65 0 2F 19 2F 14C 1E 29
Octal 207 110 145 0 57 31 57 514 36 51
Binary 10000111 1001000 1100101 0 101111 11001 101111 101001100 11110 101001

Color Harmonies of #874865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874865

Black with #874865

Text Example


Text Example

White with #874865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874865; }

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

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

background-color css

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

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

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

border-color css

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

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

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