Html Css Color HEX #874262 Cosmic

📋 copy color: '#874262'

red 135 ◦ green 66 ◦ blue 98

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

Shades of Cosmic #874262

Tints of Cosmic #874262

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.07%

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

R = 45.15%
G = 22.07%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#874262 (or 0x874262) is known color: Cosmic. HEX triplet: 87, 42 and 62. RGB value is (135,66,98). Sum of RGB (Red+Green+Blue) = 135+66+98=299 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.15% from 299); Green value is 66 (26.17% from 255 or 22.07% from 299); Blue value is 98 (38.67% from 255 or 32.78% from 299); Max value from RGB is 135 - color contains mainly: red. Hex color #874262 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874262 is #78BD9D. Grayscale: #5A5A5A. Windows color (decimal): -7912862 or 6439559. OLE color: 6439559.

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

Color convert

RGB 135 66 98 -
CMYK 0 0.51 0.27 0.47
HSL 332.17º 0.34% 0.39% -
HSV(B) 332.17º 0.51% 0.53% -
XYZ 14.14 9.93 12.73 -
YUV 90.28 132.36 159.9 -
System Red Green Blue C M Y K H S L
Decimal 135 66 98 0 0.51 0.27 0.47 332.17 0.34 0.39
Hex 87 42 62 0 33 1B 2F 14C 22 27
Octal 207 102 142 0 63 33 57 514 42 47
Binary 10000111 1000010 1100010 0 110011 11011 101111 101001100 100010 100111

Color Harmonies of #874262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874262

Black with #874262

Text Example


Text Example

White with #874262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874262; }

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

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

background-color css

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

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

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

border-color css

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

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

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