Html Css Color HEX #874162 Cosmic

📋 copy color: '#874162'

red 135 ◦ green 65 ◦ blue 98

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

Shades of Cosmic #874162

Tints of Cosmic #874162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 32.89%

R = 45.3%
G = 21.81%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#874162 (or 0x874162) is known color: Cosmic. HEX triplet: 87, 41 and 62. RGB value is (135,65,98). Sum of RGB (Red+Green+Blue) = 135+65+98=298 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.30% from 298); Green value is 65 (25.78% from 255 or 21.81% from 298); Blue value is 98 (38.67% from 255 or 32.89% from 298); Max value from RGB is 135 - color contains mainly: red. Hex color #874162 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874162 is #78BE9D. Grayscale: #595959. Windows color (decimal): -7913118 or 6439303. OLE color: 6439303.

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

Color convert

RGB 135 65 98 -
CMYK 0 0.52 0.27 0.47
HSL 331.71º 0.35% 0.39% -
HSV(B) 331.71º 0.52% 0.53% -
XYZ 14.09 9.81 12.71 -
YUV 89.69 132.69 160.32 -
System Red Green Blue C M Y K H S L
Decimal 135 65 98 0 0.52 0.27 0.47 331.71 0.35 0.39
Hex 87 41 62 0 34 1B 2F 14C 23 27
Octal 207 101 142 0 64 33 57 514 43 47
Binary 10000111 1000001 1100010 0 110100 11011 101111 101001100 100011 100111

Color Harmonies of #874162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874162

Black with #874162

Text Example


Text Example

White with #874162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874162; }

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

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

background-color css

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

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

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

border-color css

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

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

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