Html Css Color HEX #874971 Cosmic

📋 copy color: '#874971'

red 135 ◦ green 73 ◦ blue 113

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

Shades of Cosmic #874971

Tints of Cosmic #874971

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.74%

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

R = 42.06%
G = 22.74%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#874971 (or 0x874971) is known color: Cosmic. HEX triplet: 87, 49 and 71. RGB value is (135,73,113). Sum of RGB (Red+Green+Blue) = 135+73+113=321 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.06% from 321); Green value is 73 (28.91% from 255 or 22.74% from 321); Blue value is 113 (44.53% from 255 or 35.20% from 321); Max value from RGB is 135 - color contains mainly: red. Hex color #874971 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874971 is #78B68E. Grayscale: #606060. Windows color (decimal): -7911055 or 7424391. OLE color: 7424391.

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

Color convert

RGB 135 73 113 -
CMYK 0 0.46 0.16 0.47
HSL 321.29º 0.3% 0.41% -
HSV(B) 321.29º 0.46% 0.53% -
XYZ 15.35 11.11 16.96 -
YUV 96.1 137.54 155.75 -
System Red Green Blue C M Y K H S L
Decimal 135 73 113 0 0.46 0.16 0.47 321.29 0.3 0.41
Hex 87 49 71 0 2E 10 2F 141 1E 29
Octal 207 111 161 0 56 20 57 501 36 51
Binary 10000111 1001001 1110001 0 101110 10000 101111 101000001 11110 101001

Color Harmonies of #874971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874971

Black with #874971

Text Example


Text Example

White with #874971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874971; }

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

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

background-color css

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

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

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

border-color css

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

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

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