Html Css Color HEX #88775F Sand Dune

📋 copy color: '#88775F'

red 136 ◦ green 119 ◦ blue 95

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

Shades of Sand Dune #88775F

Tints of Sand Dune #88775F

RGB

 RED value IS 136 (53.52% from 255) = 38.86%

 GREEN value IS 119 (46.88% from 255) = 34%

 BLUE value IS 95 (37.5% from 255) = 27.14%

R = 38.86%
G = 34%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#88775F (or 0x88775F) is known color: Sand Dune. HEX triplet: 88, 77 and 5F. RGB value is (136,119,95). Sum of RGB (Red+Green+Blue) = 136+119+95=350 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.86% from 350); Green value is 119 (46.88% from 255 or 34% from 350); Blue value is 95 (37.5% from 255 or 27.14% from 350); Max value from RGB is 136 - color contains mainly: red. Hex color #88775F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88775F is #7788A0. Grayscale: #797979. Windows color (decimal): -7833761 or 6256520. OLE color: 6256520.

HSL color Cylindrical-coordinate representation of color #88775F: hue angle of 35.12º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #88775F is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 119 95 -
CMYK 0 0.12 0.30 0.47
HSL 35.12º 0.18% 0.45% -
HSV(B) 35.12º 0.3% 0.53% -
XYZ 18.82 19.25 13.55 -
YUV 121.35 113.13 138.45 -
System Red Green Blue C M Y K H S L
Decimal 136 119 95 0 0.12 0.30 0.47 35.12 0.18 0.45
Hex 88 77 5F 0 C 1E 2F 23 12 2D
Octal 210 167 137 0 14 36 57 43 22 55
Binary 10001000 1110111 1011111 0 1100 11110 101111 100011 10010 101101

Color Harmonies of #88775F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88775F

Black with #88775F

Text Example


Text Example

White with #88775F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88775F; }

 p { color: rgb(136,119,95); }

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

background-color css

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

 a { background-color: rgb(136,119,95); }

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

border-color css

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

 span { border-color: rgb(136,119,95); }

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