Html Css Color HEX #875174 Cosmic

📋 copy color: '#875174'

red 135 ◦ green 81 ◦ blue 116

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

Shades of Cosmic #875174

Tints of Cosmic #875174

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.4%

 BLUE value IS 116 (45.7% from 255) = 34.94%

R = 40.66%
G = 24.4%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#875174 (or 0x875174) is known color: Cosmic. HEX triplet: 87, 51 and 74. RGB value is (135,81,116). Sum of RGB (Red+Green+Blue) = 135+81+116=332 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.66% from 332); Green value is 81 (32.03% from 255 or 24.40% from 332); Blue value is 116 (45.70% from 255 or 34.94% from 332); Max value from RGB is 135 - color contains mainly: red. Hex color #875174 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875174 is #78AE8B. Grayscale: #656565. Windows color (decimal): -7909004 or 7623047. OLE color: 7623047.

HSL color Cylindrical-coordinate representation of color #875174: hue angle of 321.11º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #875174 is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 81 116 -
CMYK 0 0.40 0.14 0.47
HSL 321.11º 0.25% 0.42% -
HSV(B) 321.11º 0.4% 0.53% -
XYZ 16.09 12.3 18.05 -
YUV 101.14 136.39 152.15 -
System Red Green Blue C M Y K H S L
Decimal 135 81 116 0 0.40 0.14 0.47 321.11 0.25 0.42
Hex 87 51 74 0 28 E 2F 141 19 2A
Octal 207 121 164 0 50 16 57 501 31 52
Binary 10000111 1010001 1110100 0 101000 1110 101111 101000001 11001 101010

Color Harmonies of #875174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875174

Black with #875174

Text Example


Text Example

White with #875174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875174; }

 p { color: rgb(135,81,116); }

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

background-color css

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

 a { background-color: rgb(135,81,116); }

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

border-color css

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

 span { border-color: rgb(135,81,116); }

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