Html Css Color HEX #874565 Cosmic

📋 copy color: '#874565'

red 135 ◦ green 69 ◦ blue 101

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

Shades of Cosmic #874565

Tints of Cosmic #874565

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.62%

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

R = 44.26%
G = 22.62%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#874565 (or 0x874565) is known color: Cosmic. HEX triplet: 87, 45 and 65. RGB value is (135,69,101). Sum of RGB (Red+Green+Blue) = 135+69+101=305 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.26% from 305); Green value is 69 (27.34% from 255 or 22.62% from 305); Blue value is 101 (39.84% from 255 or 33.11% from 305); Max value from RGB is 135 - color contains mainly: red. Hex color #874565 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874565 is #78BA9A. Grayscale: #5C5C5C. Windows color (decimal): -7912091 or 6636935. OLE color: 6636935.

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

Color convert

RGB 135 69 101 -
CMYK 0 0.49 0.25 0.47
HSL 330.91º 0.32% 0.4% -
HSV(B) 330.91º 0.49% 0.53% -
XYZ 14.47 10.35 13.55 -
YUV 92.38 132.87 158.4 -
System Red Green Blue C M Y K H S L
Decimal 135 69 101 0 0.49 0.25 0.47 330.91 0.32 0.4
Hex 87 45 65 0 31 19 2F 14B 20 28
Octal 207 105 145 0 61 31 57 513 40 50
Binary 10000111 1000101 1100101 0 110001 11001 101111 101001011 100000 101000

Color Harmonies of #874565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874565

Black with #874565

Text Example


Text Example

White with #874565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874565; }

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

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

background-color css

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

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

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

border-color css

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

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

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