Html Css Color HEX #874F74 Cosmic

📋 copy color: '#874F74'

red 135 ◦ green 79 ◦ blue 116

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

Shades of Cosmic #874F74

Tints of Cosmic #874F74

RGB

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

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

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

R = 40.91%
G = 23.94%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#874F74 (or 0x874F74) is known color: Cosmic. HEX triplet: 87, 4F and 74. RGB value is (135,79,116). Sum of RGB (Red+Green+Blue) = 135+79+116=330 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.91% from 330); Green value is 79 (31.25% from 255 or 23.94% from 330); Blue value is 116 (45.70% from 255 or 35.15% from 330); Max value from RGB is 135 - color contains mainly: red. Hex color #874F74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874F74 is #78B08B. Grayscale: #636363. Windows color (decimal): -7909516 or 7622535. OLE color: 7622535.

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

Color convert

RGB 135 79 116 -
CMYK 0 0.41 0.14 0.47
HSL 320.36º 0.26% 0.42% -
HSV(B) 320.36º 0.41% 0.53% -
XYZ 15.94 12 18 -
YUV 99.96 137.05 152.99 -
System Red Green Blue C M Y K H S L
Decimal 135 79 116 0 0.41 0.14 0.47 320.36 0.26 0.42
Hex 87 4F 74 0 29 E 2F 140 1A 2A
Octal 207 117 164 0 51 16 57 500 32 52
Binary 10000111 1001111 1110100 0 101001 1110 101111 101000000 11010 101010

Color Harmonies of #874F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874F74

Black with #874F74

Text Example


Text Example

White with #874F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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