Html Css Color HEX #877465 Sand Dune

📋 copy color: '#877465'

red 135 ◦ green 116 ◦ blue 101

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

Shades of Sand Dune #877465

Tints of Sand Dune #877465

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.95%

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

R = 38.35%
G = 32.95%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#877465 (or 0x877465) is known color: Sand Dune. HEX triplet: 87, 74 and 65. RGB value is (135,116,101). Sum of RGB (Red+Green+Blue) = 135+116+101=352 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.35% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 101 (39.84% from 255 or 28.69% from 352); Max value from RGB is 135 - color contains mainly: red. Hex color #877465 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877465 is #788B9A. Grayscale: #787878. Windows color (decimal): -7900059 or 6648967. OLE color: 6648967.

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

Color convert

RGB 135 116 101 -
CMYK 0 0.14 0.25 0.47
HSL 26.47º 0.14% 0.46% -
HSV(B) 26.47º 0.25% 0.53% -
XYZ 18.59 18.58 14.92 -
YUV 119.97 117.29 138.72 -
System Red Green Blue C M Y K H S L
Decimal 135 116 101 0 0.14 0.25 0.47 26.47 0.14 0.46
Hex 87 74 65 0 E 19 2F 1A E 2E
Octal 207 164 145 0 16 31 57 32 16 56
Binary 10000111 1110100 1100101 0 1110 11001 101111 11010 1110 101110

Color Harmonies of #877465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877465

Black with #877465

Text Example


Text Example

White with #877465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877465; }

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

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

background-color css

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

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

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

border-color css

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

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

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