Html Css Color HEX #874965 Cosmic

📋 copy color: '#874965'

red 135 ◦ green 73 ◦ blue 101

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

Shades of Cosmic #874965

Tints of Cosmic #874965

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.62%

 BLUE value IS 101 (39.84% from 255) = 32.69%

R = 43.69%
G = 23.62%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#874965 (or 0x874965) is known color: Cosmic. HEX triplet: 87, 49 and 65. RGB value is (135,73,101). Sum of RGB (Red+Green+Blue) = 135+73+101=309 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.69% from 309); Green value is 73 (28.91% from 255 or 23.62% from 309); Blue value is 101 (39.84% from 255 or 32.69% from 309); Max value from RGB is 135 - color contains mainly: red. Hex color #874965 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874965 is #78B69A. Grayscale: #5E5E5E. Windows color (decimal): -7911067 or 6637959. OLE color: 6637959.

HSL color Cylindrical-coordinate representation of color #874965: hue angle of 332.9º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #874965 is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 73 101 -
CMYK 0 0.46 0.25 0.47
HSL 332.9º 0.3% 0.41% -
HSV(B) 332.9º 0.46% 0.53% -
XYZ 14.72 10.86 13.63 -
YUV 94.73 131.54 156.72 -
System Red Green Blue C M Y K H S L
Decimal 135 73 101 0 0.46 0.25 0.47 332.9 0.3 0.41
Hex 87 49 65 0 2E 19 2F 14D 1E 29
Octal 207 111 145 0 56 31 57 515 36 51
Binary 10000111 1001001 1100101 0 101110 11001 101111 101001101 11110 101001

Color Harmonies of #874965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874965

Black with #874965

Text Example


Text Example

White with #874965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874965; }

 p { color: rgb(135,73,101); }

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

background-color css

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

 a { background-color: rgb(135,73,101); }

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

border-color css

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

 span { border-color: rgb(135,73,101); }

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