Html Css Color HEX #874465 Cosmic

📋 copy color: '#874465'

red 135 ◦ green 68 ◦ blue 101

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

Shades of Cosmic #874465

Tints of Cosmic #874465

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.37%

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

R = 44.41%
G = 22.37%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#874465 (or 0x874465) is known color: Cosmic. HEX triplet: 87, 44 and 65. RGB value is (135,68,101). Sum of RGB (Red+Green+Blue) = 135+68+101=304 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.41% from 304); Green value is 68 (26.95% from 255 or 22.37% from 304); Blue value is 101 (39.84% from 255 or 33.22% from 304); Max value from RGB is 135 - color contains mainly: red. Hex color #874465 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874465 is #78BB9A. Grayscale: #5B5B5B. Windows color (decimal): -7912347 or 6636679. OLE color: 6636679.

HSL color Cylindrical-coordinate representation of color #874465: hue angle of 330.45º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #874465 is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 68 101 -
CMYK 0 0.50 0.25 0.47
HSL 330.45º 0.33% 0.4% -
HSV(B) 330.45º 0.5% 0.53% -
XYZ 14.41 10.22 13.53 -
YUV 91.8 133.2 158.82 -
System Red Green Blue C M Y K H S L
Decimal 135 68 101 0 0.50 0.25 0.47 330.45 0.33 0.4
Hex 87 44 65 0 32 19 2F 14A 21 28
Octal 207 104 145 0 62 31 57 512 41 50
Binary 10000111 1000100 1100101 0 110010 11001 101111 101001010 100001 101000

Color Harmonies of #874465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874465

Black with #874465

Text Example


Text Example

White with #874465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874465; }

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

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

background-color css

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

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

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

border-color css

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

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

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