Html Css Color HEX #857A6B Sand Dune

📋 copy color: '#857A6B'

red 133 ◦ green 122 ◦ blue 107

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

Shades of Sand Dune #857A6B

Tints of Sand Dune #857A6B

RGB

 RED value IS 133 (52.34% from 255) = 36.74%

 GREEN value IS 122 (48.05% from 255) = 33.7%

 BLUE value IS 107 (42.19% from 255) = 29.56%

R = 36.74%
G = 33.7%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#857A6B (or 0x857A6B) is known color: Sand Dune. HEX triplet: 85, 7A and 6B. RGB value is (133,122,107). Sum of RGB (Red+Green+Blue) = 133+122+107=362 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.74% from 362); Green value is 122 (48.05% from 255 or 33.70% from 362); Blue value is 107 (42.19% from 255 or 29.56% from 362); Max value from RGB is 133 - color contains mainly: red. Hex color #857A6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857A6B is #7A8594. Grayscale: #7B7B7B. Windows color (decimal): -8029589 or 7043717. OLE color: 7043717.

HSL color Cylindrical-coordinate representation of color #857A6B: hue angle of 34.62º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #857A6B is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 122 107 -
CMYK 0 0.08 0.20 0.48
HSL 34.62º 0.11% 0.47% -
HSV(B) 34.62º 0.2% 0.52% -
XYZ 19.29 19.97 16.75 -
YUV 123.58 118.64 134.72 -
System Red Green Blue C M Y K H S L
Decimal 133 122 107 0 0.08 0.20 0.48 34.62 0.11 0.47
Hex 85 7A 6B 0 8 14 30 23 B 2F
Octal 205 172 153 0 10 24 60 43 13 57
Binary 10000101 1111010 1101011 0 1000 10100 110000 100011 1011 101111

Color Harmonies of #857A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857A6B

Black with #857A6B

Text Example


Text Example

White with #857A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857A6B; }

 p { color: rgb(133,122,107); }

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

background-color css

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

 a { background-color: rgb(133,122,107); }

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

border-color css

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

 span { border-color: rgb(133,122,107); }

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