Html Css Color HEX #874B72 Cosmic

📋 copy color: '#874B72'

red 135 ◦ green 75 ◦ blue 114

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

Shades of Cosmic #874B72

Tints of Cosmic #874B72

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.15%

 BLUE value IS 114 (44.92% from 255) = 35.19%

R = 41.67%
G = 23.15%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#874B72 (or 0x874B72) is known color: Cosmic. HEX triplet: 87, 4B and 72. RGB value is (135,75,114). Sum of RGB (Red+Green+Blue) = 135+75+114=324 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.67% from 324); Green value is 75 (29.69% from 255 or 23.15% from 324); Blue value is 114 (44.92% from 255 or 35.19% from 324); Max value from RGB is 135 - color contains mainly: red. Hex color #874B72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874B72 is #78B48D. Grayscale: #616161. Windows color (decimal): -7910542 or 7490439. OLE color: 7490439.

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

Color convert

RGB 135 75 114 -
CMYK 0 0.44 0.16 0.47
HSL 321º 0.29% 0.41% -
HSV(B) 321º 0.44% 0.53% -
XYZ 15.55 11.4 17.3 -
YUV 97.39 137.38 154.83 -
System Red Green Blue C M Y K H S L
Decimal 135 75 114 0 0.44 0.16 0.47 321 0.29 0.41
Hex 87 4B 72 0 2C 10 2F 141 1D 29
Octal 207 113 162 0 54 20 57 501 35 51
Binary 10000111 1001011 1110010 0 101100 10000 101111 101000001 11101 101001

Color Harmonies of #874B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874B72

Black with #874B72

Text Example


Text Example

White with #874B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,75,114); }

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

background-color css

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

 a { background-color: rgb(135,75,114); }

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

border-color css

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

 span { border-color: rgb(135,75,114); }

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