Html Css Color HEX #874D70 Cosmic

📋 copy color: '#874D70'

red 135 ◦ green 77 ◦ blue 112

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

Shades of Cosmic #874D70

Tints of Cosmic #874D70

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.77%

 BLUE value IS 112 (44.14% from 255) = 34.57%

R = 41.67%
G = 23.77%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#874D70 (or 0x874D70) is known color: Cosmic. HEX triplet: 87, 4D and 70. RGB value is (135,77,112). Sum of RGB (Red+Green+Blue) = 135+77+112=324 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.67% from 324); Green value is 77 (30.47% from 255 or 23.77% from 324); Blue value is 112 (44.14% from 255 or 34.57% from 324); Max value from RGB is 135 - color contains mainly: red. Hex color #874D70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874D70 is #78B28F. Grayscale: #626262. Windows color (decimal): -7910032 or 7359879. OLE color: 7359879.

HSL color Cylindrical-coordinate representation of color #874D70: hue angle of 323.79º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #874D70 is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 77 112 -
CMYK 0 0.43 0.17 0.47
HSL 323.79º 0.27% 0.42% -
HSV(B) 323.79º 0.43% 0.53% -
XYZ 15.57 11.63 16.75 -
YUV 98.33 135.72 154.15 -
System Red Green Blue C M Y K H S L
Decimal 135 77 112 0 0.43 0.17 0.47 323.79 0.27 0.42
Hex 87 4D 70 0 2B 11 2F 144 1B 2A
Octal 207 115 160 0 53 21 57 504 33 52
Binary 10000111 1001101 1110000 0 101011 10001 101111 101000100 11011 101010

Color Harmonies of #874D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874D70

Black with #874D70

Text Example


Text Example

White with #874D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874D70; }

 p { color: rgb(135,77,112); }

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

background-color css

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

 a { background-color: rgb(135,77,112); }

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

border-color css

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

 span { border-color: rgb(135,77,112); }

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