Html Css Color HEX #873A68 Cosmic

📋 copy color: '#873A68'

red 135 ◦ green 58 ◦ blue 104

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

Shades of Cosmic #873A68

Tints of Cosmic #873A68

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.53%

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

R = 45.45%
G = 19.53%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#873A68 (or 0x873A68) is known color: Cosmic. HEX triplet: 87, 3A and 68. RGB value is (135,58,104). Sum of RGB (Red+Green+Blue) = 135+58+104=297 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.45% from 297); Green value is 58 (23.05% from 255 or 19.53% from 297); Blue value is 104 (41.02% from 255 or 35.02% from 297); Max value from RGB is 135 - color contains mainly: red. Hex color #873A68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873A68 is #78C597. Grayscale: #565656. Windows color (decimal): -7914904 or 6830727. OLE color: 6830727.

HSL color Cylindrical-coordinate representation of color #873A68: hue angle of 324.16º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #873A68 is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 58 104 -
CMYK 0 0.57 0.23 0.47
HSL 324.16º 0.4% 0.38% -
HSV(B) 324.16º 0.57% 0.53% -
XYZ 14 9.18 14.13 -
YUV 86.27 138.01 162.76 -
System Red Green Blue C M Y K H S L
Decimal 135 58 104 0 0.57 0.23 0.47 324.16 0.4 0.38
Hex 87 3A 68 0 39 17 2F 144 28 26
Octal 207 72 150 0 71 27 57 504 50 46
Binary 10000111 111010 1101000 0 111001 10111 101111 101000100 101000 100110

Color Harmonies of #873A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873A68

Black with #873A68

Text Example


Text Example

White with #873A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873A68; }

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

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

background-color css

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

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

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

border-color css

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

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

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