Html Css Color HEX #8A7867 Sand Dune

📋 copy color: '#8A7867'

red 138 ◦ green 120 ◦ blue 103

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

Shades of Sand Dune #8A7867

Tints of Sand Dune #8A7867

RGB

 RED value IS 138 (54.3% from 255) = 38.23%

 GREEN value IS 120 (47.27% from 255) = 33.24%

 BLUE value IS 103 (40.63% from 255) = 28.53%

R = 38.23%
G = 33.24%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.25

 K value IS 0.46

RGB Variations

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

Color information

#8A7867 (or 0x8A7867) is known color: Sand Dune. HEX triplet: 8A, 78 and 67. RGB value is (138,120,103). Sum of RGB (Red+Green+Blue) = 138+120+103=361 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.23% from 361); Green value is 120 (47.27% from 255 or 33.24% from 361); Blue value is 103 (40.62% from 255 or 28.53% from 361); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7867 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7867 is #758798. Grayscale: #7B7B7B. Windows color (decimal): -7702425 or 6781066. OLE color: 6781066.

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

Color convert

RGB 138 120 103 -
CMYK 0 0.13 0.25 0.46
HSL 29.14º 0.15% 0.47% -
HSV(B) 29.14º 0.25% 0.54% -
XYZ 19.65 19.82 15.62 -
YUV 123.44 116.46 138.38 -
System Red Green Blue C M Y K H S L
Decimal 138 120 103 0 0.13 0.25 0.46 29.14 0.15 0.47
Hex 8A 78 67 0 D 19 2E 1D F 2F
Octal 212 170 147 0 15 31 56 35 17 57
Binary 10001010 1111000 1100111 0 1101 11001 101110 11101 1111 101111

Color Harmonies of #8A7867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7867

Black with #8A7867

Text Example


Text Example

White with #8A7867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A7867; }

 p { color: rgb(138,120,103); }

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

background-color css

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

 a { background-color: rgb(138,120,103); }

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

border-color css

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

 span { border-color: rgb(138,120,103); }

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