Html Css Color HEX #874F71 Cosmic

📋 copy color: '#874F71'

red 135 ◦ green 79 ◦ blue 113

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

Shades of Cosmic #874F71

Tints of Cosmic #874F71

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.16%

 BLUE value IS 113 (44.53% from 255) = 34.56%

R = 41.28%
G = 24.16%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#874F71 (or 0x874F71) is known color: Cosmic. HEX triplet: 87, 4F and 71. RGB value is (135,79,113). Sum of RGB (Red+Green+Blue) = 135+79+113=327 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.28% from 327); Green value is 79 (31.25% from 255 or 24.16% from 327); Blue value is 113 (44.53% from 255 or 34.56% from 327); Max value from RGB is 135 - color contains mainly: red. Hex color #874F71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874F71 is #78B08E. Grayscale: #636363. Windows color (decimal): -7909519 or 7425927. OLE color: 7425927.

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

Color convert

RGB 135 79 113 -
CMYK 0 0.41 0.16 0.47
HSL 323.57º 0.26% 0.42% -
HSV(B) 323.57º 0.41% 0.53% -
XYZ 15.77 11.94 17.1 -
YUV 99.62 135.55 153.24 -
System Red Green Blue C M Y K H S L
Decimal 135 79 113 0 0.41 0.16 0.47 323.57 0.26 0.42
Hex 87 4F 71 0 29 10 2F 144 1A 2A
Octal 207 117 161 0 51 20 57 504 32 52
Binary 10000111 1001111 1110001 0 101001 10000 101111 101000100 11010 101010

Color Harmonies of #874F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874F71

Black with #874F71

Text Example


Text Example

White with #874F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,79,113); }

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

background-color css

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

 a { background-color: rgb(135,79,113); }

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

border-color css

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

 span { border-color: rgb(135,79,113); }

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