Html Css Color HEX #874D6A Cosmic

📋 copy color: '#874D6A'

red 135 ◦ green 77 ◦ blue 106

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

Shades of Cosmic #874D6A

Tints of Cosmic #874D6A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.21%

 BLUE value IS 106 (41.8% from 255) = 33.33%

R = 42.45%
G = 24.21%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#874D6A (or 0x874D6A) is known color: Cosmic. HEX triplet: 87, 4D and 6A. RGB value is (135,77,106). Sum of RGB (Red+Green+Blue) = 135+77+106=318 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.45% from 318); Green value is 77 (30.47% from 255 or 24.21% from 318); Blue value is 106 (41.80% from 255 or 33.33% from 318); Max value from RGB is 135 - color contains mainly: red. Hex color #874D6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874D6A is #78B295. Grayscale: #616161. Windows color (decimal): -7910038 or 6966663. OLE color: 6966663.

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

Color convert

RGB 135 77 106 -
CMYK 0 0.43 0.21 0.47
HSL 330º 0.27% 0.42% -
HSV(B) 330º 0.43% 0.53% -
XYZ 15.25 11.5 15.05 -
YUV 97.65 132.72 154.64 -
System Red Green Blue C M Y K H S L
Decimal 135 77 106 0 0.43 0.21 0.47 330 0.27 0.42
Hex 87 4D 6A 0 2B 15 2F 14A 1B 2A
Octal 207 115 152 0 53 25 57 512 33 52
Binary 10000111 1001101 1101010 0 101011 10101 101111 101001010 11011 101010

Color Harmonies of #874D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874D6A

Black with #874D6A

Text Example


Text Example

White with #874D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,77,106); }

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

background-color css

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

 a { background-color: rgb(135,77,106); }

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

border-color css

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

 span { border-color: rgb(135,77,106); }

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