Html Css Color HEX #874A68 Cosmic

📋 copy color: '#874A68'

red 135 ◦ green 74 ◦ blue 104

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

Shades of Cosmic #874A68

Tints of Cosmic #874A68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 33.23%

R = 43.13%
G = 23.64%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#874A68 (or 0x874A68) is known color: Cosmic. HEX triplet: 87, 4A and 68. RGB value is (135,74,104). Sum of RGB (Red+Green+Blue) = 135+74+104=313 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.13% from 313); Green value is 74 (29.30% from 255 or 23.64% from 313); Blue value is 104 (41.02% from 255 or 33.23% from 313); Max value from RGB is 135 - color contains mainly: red. Hex color #874A68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874A68 is #78B597. Grayscale: #5F5F5F. Windows color (decimal): -7910808 or 6834823. OLE color: 6834823.

HSL color Cylindrical-coordinate representation of color #874A68: hue angle of 330.49º 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 #874A68 is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 74 104 -
CMYK 0 0.45 0.23 0.47
HSL 330.49º 0.29% 0.41% -
HSV(B) 330.49º 0.45% 0.53% -
XYZ 14.94 11.05 14.44 -
YUV 95.66 132.71 156.06 -
System Red Green Blue C M Y K H S L
Decimal 135 74 104 0 0.45 0.23 0.47 330.49 0.29 0.41
Hex 87 4A 68 0 2D 17 2F 14A 1D 29
Octal 207 112 150 0 55 27 57 512 35 51
Binary 10000111 1001010 1101000 0 101101 10111 101111 101001010 11101 101001

Color Harmonies of #874A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874A68

Black with #874A68

Text Example


Text Example

White with #874A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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