Html Css Color HEX #874474 Cosmic

📋 copy color: '#874474'

red 135 ◦ green 68 ◦ blue 116

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

Shades of Cosmic #874474

Tints of Cosmic #874474

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.32%

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

R = 42.32%
G = 21.32%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#874474 (or 0x874474) is known color: Cosmic. HEX triplet: 87, 44 and 74. RGB value is (135,68,116). Sum of RGB (Red+Green+Blue) = 135+68+116=319 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.32% from 319); Green value is 68 (26.95% from 255 or 21.32% from 319); Blue value is 116 (45.70% from 255 or 36.36% from 319); Max value from RGB is 135 - color contains mainly: red. Hex color #874474 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874474 is #78BB8B. Grayscale: #5D5D5D. Windows color (decimal): -7912332 or 7619719. OLE color: 7619719.

HSL color Cylindrical-coordinate representation of color #874474: hue angle of 317.01º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #874474 is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 68 116 -
CMYK 0 0.50 0.14 0.47
HSL 317.01º 0.33% 0.4% -
HSV(B) 317.01º 0.5% 0.53% -
XYZ 15.21 10.55 17.76 -
YUV 93.51 140.7 157.6 -
System Red Green Blue C M Y K H S L
Decimal 135 68 116 0 0.50 0.14 0.47 317.01 0.33 0.4
Hex 87 44 74 0 32 E 2F 13D 21 28
Octal 207 104 164 0 62 16 57 475 41 50
Binary 10000111 1000100 1110100 0 110010 1110 101111 100111101 100001 101000

Color Harmonies of #874474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874474

Black with #874474

Text Example


Text Example

White with #874474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874474; }

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

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

background-color css

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

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

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

border-color css

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

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

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