Html Css Color HEX #874568 Cosmic

📋 copy color: '#874568'

red 135 ◦ green 69 ◦ blue 104

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

Shades of Cosmic #874568

Tints of Cosmic #874568

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.4%

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

R = 43.83%
G = 22.4%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#874568 (or 0x874568) is known color: Cosmic. HEX triplet: 87, 45 and 68. RGB value is (135,69,104). Sum of RGB (Red+Green+Blue) = 135+69+104=308 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.83% from 308); Green value is 69 (27.34% from 255 or 22.40% from 308); Blue value is 104 (41.02% from 255 or 33.77% from 308); Max value from RGB is 135 - color contains mainly: red. Hex color #874568 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874568 is #78BA97. Grayscale: #5C5C5C. Windows color (decimal): -7912088 or 6833543. OLE color: 6833543.

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

Color convert

RGB 135 69 104 -
CMYK 0 0.49 0.23 0.47
HSL 328.18º 0.32% 0.4% -
HSV(B) 328.18º 0.49% 0.53% -
XYZ 14.62 10.41 14.33 -
YUV 92.72 134.37 158.15 -
System Red Green Blue C M Y K H S L
Decimal 135 69 104 0 0.49 0.23 0.47 328.18 0.32 0.4
Hex 87 45 68 0 31 17 2F 148 20 28
Octal 207 105 150 0 61 27 57 510 40 50
Binary 10000111 1000101 1101000 0 110001 10111 101111 101001000 100000 101000

Color Harmonies of #874568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874568

Black with #874568

Text Example


Text Example

White with #874568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874568; }

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

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

background-color css

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

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

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

border-color css

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

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

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