Html Css Color HEX #874A74 Cosmic

📋 copy color: '#874A74'

red 135 ◦ green 74 ◦ blue 116

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

Shades of Cosmic #874A74

Tints of Cosmic #874A74

RGB

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

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

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

R = 41.54%
G = 22.77%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#874A74 (or 0x874A74) is known color: Cosmic. HEX triplet: 87, 4A and 74. RGB value is (135,74,116). Sum of RGB (Red+Green+Blue) = 135+74+116=325 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.54% from 325); Green value is 74 (29.30% from 255 or 22.77% from 325); Blue value is 116 (45.70% from 255 or 35.69% from 325); Max value from RGB is 135 - color contains mainly: red. Hex color #874A74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874A74 is #78B58B. Grayscale: #606060. Windows color (decimal): -7910796 or 7621255. OLE color: 7621255.

HSL color Cylindrical-coordinate representation of color #874A74: hue angle of 318.69º 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 #874A74 is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 74 116 -
CMYK 0 0.45 0.14 0.47
HSL 318.69º 0.29% 0.41% -
HSV(B) 318.69º 0.45% 0.53% -
XYZ 15.59 11.31 17.88 -
YUV 97.03 138.71 155.08 -
System Red Green Blue C M Y K H S L
Decimal 135 74 116 0 0.45 0.14 0.47 318.69 0.29 0.41
Hex 87 4A 74 0 2D E 2F 13F 1D 29
Octal 207 112 164 0 55 16 57 477 35 51
Binary 10000111 1001010 1110100 0 101101 1110 101111 100111111 11101 101001

Color Harmonies of #874A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874A74

Black with #874A74

Text Example


Text Example

White with #874A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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