Html Css Color HEX #874067 Cosmic

📋 copy color: '#874067'

red 135 ◦ green 64 ◦ blue 103

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

Shades of Cosmic #874067

Tints of Cosmic #874067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 34.11%

R = 44.7%
G = 21.19%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#874067 (or 0x874067) is known color: Cosmic. HEX triplet: 87, 40 and 67. RGB value is (135,64,103). Sum of RGB (Red+Green+Blue) = 135+64+103=302 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.70% from 302); Green value is 64 (25.39% from 255 or 21.19% from 302); Blue value is 103 (40.62% from 255 or 34.11% from 302); Max value from RGB is 135 - color contains mainly: red. Hex color #874067 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874067 is #78BF98. Grayscale: #595959. Windows color (decimal): -7913369 or 6766727. OLE color: 6766727.

HSL color Cylindrical-coordinate representation of color #874067: hue angle of 327.04º 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 #874067 is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 64 103 -
CMYK 0 0.53 0.24 0.47
HSL 327.04º 0.36% 0.39% -
HSV(B) 327.04º 0.53% 0.53% -
XYZ 14.27 9.8 13.97 -
YUV 89.68 135.52 160.33 -
System Red Green Blue C M Y K H S L
Decimal 135 64 103 0 0.53 0.24 0.47 327.04 0.36 0.39
Hex 87 40 67 0 35 18 2F 147 24 27
Octal 207 100 147 0 65 30 57 507 44 47
Binary 10000111 1000000 1100111 0 110101 11000 101111 101000111 100100 100111

Color Harmonies of #874067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874067

Black with #874067

Text Example


Text Example

White with #874067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874067; }

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

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

background-color css

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

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

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

border-color css

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

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

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