Html Css Color HEX #874269 Cosmic

📋 copy color: '#874269'

red 135 ◦ green 66 ◦ blue 105

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

Shades of Cosmic #874269

Tints of Cosmic #874269

RGB

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

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

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

R = 44.12%
G = 21.57%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#874269 (or 0x874269) is known color: Cosmic. HEX triplet: 87, 42 and 69. RGB value is (135,66,105). Sum of RGB (Red+Green+Blue) = 135+66+105=306 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.12% from 306); Green value is 66 (26.17% from 255 or 21.57% from 306); Blue value is 105 (41.41% from 255 or 34.31% from 306); Max value from RGB is 135 - color contains mainly: red. Hex color #874269 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874269 is #78BD96. Grayscale: #5A5A5A. Windows color (decimal): -7912855 or 6898311. OLE color: 6898311.

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

Color convert

RGB 135 66 105 -
CMYK 0 0.51 0.22 0.47
HSL 326.09º 0.34% 0.39% -
HSV(B) 326.09º 0.51% 0.53% -
XYZ 14.49 10.07 14.54 -
YUV 91.08 135.86 159.33 -
System Red Green Blue C M Y K H S L
Decimal 135 66 105 0 0.51 0.22 0.47 326.09 0.34 0.39
Hex 87 42 69 0 33 16 2F 146 22 27
Octal 207 102 151 0 63 26 57 506 42 47
Binary 10000111 1000010 1101001 0 110011 10110 101111 101000110 100010 100111

Color Harmonies of #874269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874269

Black with #874269

Text Example


Text Example

White with #874269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874269; }

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

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

background-color css

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

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

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

border-color css

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

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

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