Html Css Color HEX #874A67 Cosmic

📋 copy color: '#874A67'

red 135 ◦ green 74 ◦ blue 103

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

Shades of Cosmic #874A67

Tints of Cosmic #874A67

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.72%

 BLUE value IS 103 (40.63% from 255) = 33.01%

R = 43.27%
G = 23.72%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#874A67 (or 0x874A67) is known color: Cosmic. HEX triplet: 87, 4A and 67. RGB value is (135,74,103). Sum of RGB (Red+Green+Blue) = 135+74+103=312 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.27% from 312); Green value is 74 (29.30% from 255 or 23.72% from 312); Blue value is 103 (40.62% from 255 or 33.01% from 312); Max value from RGB is 135 - color contains mainly: red. Hex color #874A67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874A67 is #78B598. Grayscale: #5F5F5F. Windows color (decimal): -7910809 or 6769287. OLE color: 6769287.

HSL color Cylindrical-coordinate representation of color #874A67: hue angle of 331.48º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #874A67 is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 74 103 -
CMYK 0 0.45 0.24 0.47
HSL 331.48º 0.29% 0.41% -
HSV(B) 331.48º 0.45% 0.53% -
XYZ 14.89 11.03 14.18 -
YUV 95.55 132.21 156.14 -
System Red Green Blue C M Y K H S L
Decimal 135 74 103 0 0.45 0.24 0.47 331.48 0.29 0.41
Hex 87 4A 67 0 2D 18 2F 14B 1D 29
Octal 207 112 147 0 55 30 57 513 35 51
Binary 10000111 1001010 1100111 0 101101 11000 101111 101001011 11101 101001

Color Harmonies of #874A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874A67

Black with #874A67

Text Example


Text Example

White with #874A67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,74,103); }

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

background-color css

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

 a { background-color: rgb(135,74,103); }

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

border-color css

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

 span { border-color: rgb(135,74,103); }

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