Html Css Color HEX #837768 Sand Dune

📋 copy color: '#837768'

red 131 ◦ green 119 ◦ blue 104

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

Shades of Sand Dune #837768

Tints of Sand Dune #837768

RGB

 RED value IS 131 (51.56% from 255) = 37.01%

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

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

R = 37.01%
G = 33.62%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#837768 (or 0x837768) is known color: Sand Dune. HEX triplet: 83, 77 and 68. RGB value is (131,119,104). Sum of RGB (Red+Green+Blue) = 131+119+104=354 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.01% from 354); Green value is 119 (46.88% from 255 or 33.62% from 354); Blue value is 104 (41.02% from 255 or 29.38% from 354); Max value from RGB is 131 - color contains mainly: red. Hex color #837768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837768 is #7C8897. Grayscale: #787878. Windows color (decimal): -8161432 or 6846339. OLE color: 6846339.

HSL color Cylindrical-coordinate representation of color #837768: hue angle of 33.33º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #837768 is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 119 104 -
CMYK 0 0.09 0.21 0.49
HSL 33.33º 0.11% 0.46% -
HSV(B) 33.33º 0.21% 0.51% -
XYZ 18.46 19.02 15.79 -
YUV 120.88 118.48 135.22 -
System Red Green Blue C M Y K H S L
Decimal 131 119 104 0 0.09 0.21 0.49 33.33 0.11 0.46
Hex 83 77 68 0 9 15 31 21 B 2E
Octal 203 167 150 0 11 25 61 41 13 56
Binary 10000011 1110111 1101000 0 1001 10101 110001 100001 1011 101110

Color Harmonies of #837768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837768

Black with #837768

Text Example


Text Example

White with #837768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837768; }

 p { color: rgb(131,119,104); }

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

background-color css

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

 a { background-color: rgb(131,119,104); }

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

border-color css

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

 span { border-color: rgb(131,119,104); }

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