Html Css Color HEX #874967 Cosmic

📋 copy color: '#874967'

red 135 ◦ green 73 ◦ blue 103

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

Shades of Cosmic #874967

Tints of Cosmic #874967

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.47%

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

R = 43.41%
G = 23.47%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#874967 (or 0x874967) is known color: Cosmic. HEX triplet: 87, 49 and 67. RGB value is (135,73,103). Sum of RGB (Red+Green+Blue) = 135+73+103=311 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.41% from 311); Green value is 73 (28.91% from 255 or 23.47% from 311); Blue value is 103 (40.62% from 255 or 33.12% from 311); Max value from RGB is 135 - color contains mainly: red. Hex color #874967 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874967 is #78B698. Grayscale: #5E5E5E. Windows color (decimal): -7911065 or 6769031. OLE color: 6769031.

HSL color Cylindrical-coordinate representation of color #874967: hue angle of 330.97º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #874967 is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 73 103 -
CMYK 0 0.46 0.24 0.47
HSL 330.97º 0.3% 0.41% -
HSV(B) 330.97º 0.46% 0.53% -
XYZ 14.82 10.9 14.15 -
YUV 94.96 132.54 156.56 -
System Red Green Blue C M Y K H S L
Decimal 135 73 103 0 0.46 0.24 0.47 330.97 0.3 0.41
Hex 87 49 67 0 2E 18 2F 14B 1E 29
Octal 207 111 147 0 56 30 57 513 36 51
Binary 10000111 1001001 1100111 0 101110 11000 101111 101001011 11110 101001

Color Harmonies of #874967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874967

Black with #874967

Text Example


Text Example

White with #874967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874967; }

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

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

background-color css

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

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

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

border-color css

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

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

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