Html Css Color HEX #874369 Cosmic

📋 copy color: '#874369'

red 135 ◦ green 67 ◦ blue 105

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

Shades of Cosmic #874369

Tints of Cosmic #874369

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.82%

 BLUE value IS 105 (41.41% from 255) = 34.2%

R = 43.97%
G = 21.82%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#874369 (or 0x874369) is known color: Cosmic. HEX triplet: 87, 43 and 69. RGB value is (135,67,105). Sum of RGB (Red+Green+Blue) = 135+67+105=307 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.97% from 307); Green value is 67 (26.56% from 255 or 21.82% from 307); Blue value is 105 (41.41% from 255 or 34.20% from 307); Max value from RGB is 135 - color contains mainly: red. Hex color #874369 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874369 is #78BC96. Grayscale: #5B5B5B. Windows color (decimal): -7912599 or 6898567. OLE color: 6898567.

HSL color Cylindrical-coordinate representation of color #874369: hue angle of 326.47º degrees, saturation: 0.34, 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 #874369 is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 67 105 -
CMYK 0 0.50 0.22 0.47
HSL 326.47º 0.34% 0.4% -
HSV(B) 326.47º 0.5% 0.53% -
XYZ 14.55 10.19 14.56 -
YUV 91.66 135.53 158.91 -
System Red Green Blue C M Y K H S L
Decimal 135 67 105 0 0.50 0.22 0.47 326.47 0.34 0.4
Hex 87 43 69 0 32 16 2F 146 22 28
Octal 207 103 151 0 62 26 57 506 42 50
Binary 10000111 1000011 1101001 0 110010 10110 101111 101000110 100010 101000

Color Harmonies of #874369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874369

Black with #874369

Text Example


Text Example

White with #874369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874369; }

 p { color: rgb(135,67,105); }

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

background-color css

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

 a { background-color: rgb(135,67,105); }

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

border-color css

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

 span { border-color: rgb(135,67,105); }

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