Html Css Color HEX #874165 Cosmic

📋 copy color: '#874165'

red 135 ◦ green 65 ◦ blue 101

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

Shades of Cosmic #874165

Tints of Cosmic #874165

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.59%

 BLUE value IS 101 (39.84% from 255) = 33.55%

R = 44.85%
G = 21.59%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#874165 (or 0x874165) is known color: Cosmic. HEX triplet: 87, 41 and 65. RGB value is (135,65,101). Sum of RGB (Red+Green+Blue) = 135+65+101=301 (39% of max value = 765). Red value is 135 (53.12% from 255 or 44.85% from 301); Green value is 65 (25.78% from 255 or 21.59% from 301); Blue value is 101 (39.84% from 255 or 33.55% from 301); Max value from RGB is 135 - color contains mainly: red. Hex color #874165 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874165 is #78BE9A. Grayscale: #595959. Windows color (decimal): -7913115 or 6635911. OLE color: 6635911.

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

Color convert

RGB 135 65 101 -
CMYK 0 0.52 0.25 0.47
HSL 329.14º 0.35% 0.39% -
HSV(B) 329.14º 0.52% 0.53% -
XYZ 14.23 9.87 13.47 -
YUV 90.03 134.19 160.07 -
System Red Green Blue C M Y K H S L
Decimal 135 65 101 0 0.52 0.25 0.47 329.14 0.35 0.39
Hex 87 41 65 0 34 19 2F 149 23 27
Octal 207 101 145 0 64 31 57 511 43 47
Binary 10000111 1000001 1100101 0 110100 11001 101111 101001001 100011 100111

Color Harmonies of #874165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874165

Black with #874165

Text Example


Text Example

White with #874165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874165; }

 p { color: rgb(135,65,101); }

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

background-color css

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

 a { background-color: rgb(135,65,101); }

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

border-color css

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

 span { border-color: rgb(135,65,101); }

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