Html Css Color HEX #874072 Cosmic

📋 copy color: '#874072'

red 135 ◦ green 64 ◦ blue 114

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

Shades of Cosmic #874072

Tints of Cosmic #874072

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.45%

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

R = 43.13%
G = 20.45%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#874072 (or 0x874072) is known color: Cosmic. HEX triplet: 87, 40 and 72. RGB value is (135,64,114). Sum of RGB (Red+Green+Blue) = 135+64+114=313 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.13% from 313); Green value is 64 (25.39% from 255 or 20.45% from 313); Blue value is 114 (44.92% from 255 or 36.42% from 313); Max value from RGB is 135 - color contains mainly: red. Hex color #874072 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874072 is #78BF8D. Grayscale: #5A5A5A. Windows color (decimal): -7913358 or 7487623. OLE color: 7487623.

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

Color convert

RGB 135 64 114 -
CMYK 0 0.53 0.16 0.47
HSL 317.75º 0.36% 0.39% -
HSV(B) 317.75º 0.53% 0.53% -
XYZ 14.86 10.03 17.07 -
YUV 90.93 141.02 159.43 -
System Red Green Blue C M Y K H S L
Decimal 135 64 114 0 0.53 0.16 0.47 317.75 0.36 0.39
Hex 87 40 72 0 35 10 2F 13E 24 27
Octal 207 100 162 0 65 20 57 476 44 47
Binary 10000111 1000000 1110010 0 110101 10000 101111 100111110 100100 100111

Color Harmonies of #874072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874072

Black with #874072

Text Example


Text Example

White with #874072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874072; }

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

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

background-color css

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

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

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

border-color css

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

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

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