Html Css Color HEX #874A71 Cosmic

📋 copy color: '#874A71'

red 135 ◦ green 74 ◦ blue 113

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

Shades of Cosmic #874A71

Tints of Cosmic #874A71

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.98%

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

R = 41.93%
G = 22.98%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#874A71 (or 0x874A71) is known color: Cosmic. HEX triplet: 87, 4A and 71. RGB value is (135,74,113). Sum of RGB (Red+Green+Blue) = 135+74+113=322 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.93% from 322); Green value is 74 (29.30% from 255 or 22.98% from 322); Blue value is 113 (44.53% from 255 or 35.09% from 322); Max value from RGB is 135 - color contains mainly: red. Hex color #874A71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874A71 is #78B58E. Grayscale: #606060. Windows color (decimal): -7910799 or 7424647. OLE color: 7424647.

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

Color convert

RGB 135 74 113 -
CMYK 0 0.45 0.16 0.47
HSL 321.64º 0.29% 0.41% -
HSV(B) 321.64º 0.45% 0.53% -
XYZ 15.42 11.24 16.98 -
YUV 96.69 137.21 155.33 -
System Red Green Blue C M Y K H S L
Decimal 135 74 113 0 0.45 0.16 0.47 321.64 0.29 0.41
Hex 87 4A 71 0 2D 10 2F 142 1D 29
Octal 207 112 161 0 55 20 57 502 35 51
Binary 10000111 1001010 1110001 0 101101 10000 101111 101000010 11101 101001

Color Harmonies of #874A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874A71

Black with #874A71

Text Example


Text Example

White with #874A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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