Html Css Color HEX #874265 Cosmic

📋 copy color: '#874265'

red 135 ◦ green 66 ◦ blue 101

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

Shades of Cosmic #874265

Tints of Cosmic #874265

RGB

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

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

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

R = 44.7%
G = 21.85%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#874265 (or 0x874265) is known color: Cosmic. HEX triplet: 87, 42 and 65. RGB value is (135,66,101). Sum of RGB (Red+Green+Blue) = 135+66+101=302 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.70% from 302); Green value is 66 (26.17% from 255 or 21.85% from 302); Blue value is 101 (39.84% from 255 or 33.44% from 302); Max value from RGB is 135 - color contains mainly: red. Hex color #874265 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874265 is #78BD9A. Grayscale: #5A5A5A. Windows color (decimal): -7912859 or 6636167. OLE color: 6636167.

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

Color convert

RGB 135 66 101 -
CMYK 0 0.51 0.25 0.47
HSL 329.57º 0.34% 0.39% -
HSV(B) 329.57º 0.51% 0.53% -
XYZ 14.29 9.99 13.49 -
YUV 90.62 133.86 159.65 -
System Red Green Blue C M Y K H S L
Decimal 135 66 101 0 0.51 0.25 0.47 329.57 0.34 0.39
Hex 87 42 65 0 33 19 2F 14A 22 27
Octal 207 102 145 0 63 31 57 512 42 47
Binary 10000111 1000010 1100101 0 110011 11001 101111 101001010 100010 100111

Color Harmonies of #874265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874265

Black with #874265

Text Example


Text Example

White with #874265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874265; }

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

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

background-color css

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

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

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

border-color css

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

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

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