Html Css Color HEX #874E6B Cosmic

📋 copy color: '#874E6B'

red 135 ◦ green 78 ◦ blue 107

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

Shades of Cosmic #874E6B

Tints of Cosmic #874E6B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 24.38%

 BLUE value IS 107 (42.19% from 255) = 33.44%

R = 42.19%
G = 24.38%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#874E6B (or 0x874E6B) is known color: Cosmic. HEX triplet: 87, 4E and 6B. RGB value is (135,78,107). Sum of RGB (Red+Green+Blue) = 135+78+107=320 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.19% from 320); Green value is 78 (30.86% from 255 or 24.38% from 320); Blue value is 107 (42.19% from 255 or 33.44% from 320); Max value from RGB is 135 - color contains mainly: red. Hex color #874E6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874E6B is #78B194. Grayscale: #626262. Windows color (decimal): -7909781 or 7032455. OLE color: 7032455.

HSL color Cylindrical-coordinate representation of color #874E6B: hue angle of 329.47º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #874E6B is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 78 107 -
CMYK 0 0.42 0.21 0.47
HSL 329.47º 0.27% 0.42% -
HSV(B) 329.47º 0.42% 0.53% -
XYZ 15.37 11.66 15.35 -
YUV 98.35 132.88 154.14 -
System Red Green Blue C M Y K H S L
Decimal 135 78 107 0 0.42 0.21 0.47 329.47 0.27 0.42
Hex 87 4E 6B 0 2A 15 2F 149 1B 2A
Octal 207 116 153 0 52 25 57 511 33 52
Binary 10000111 1001110 1101011 0 101010 10101 101111 101001001 11011 101010

Color Harmonies of #874E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874E6B

Black with #874E6B

Text Example


Text Example

White with #874E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874E6B; }

 p { color: rgb(135,78,107); }

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

background-color css

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

 a { background-color: rgb(135,78,107); }

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

border-color css

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

 span { border-color: rgb(135,78,107); }

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