Html Css Color HEX #8A7B67 Sand Dune

📋 copy color: '#8A7B67'

red 138 ◦ green 123 ◦ blue 103

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

Shades of Sand Dune #8A7B67

Tints of Sand Dune #8A7B67

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.79%

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

R = 37.91%
G = 33.79%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.25

 K value IS 0.46

RGB Variations

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

Color information

#8A7B67 (or 0x8A7B67) is known color: Sand Dune. HEX triplet: 8A, 7B and 67. RGB value is (138,123,103). Sum of RGB (Red+Green+Blue) = 138+123+103=364 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.91% from 364); Green value is 123 (48.44% from 255 or 33.79% from 364); Blue value is 103 (40.62% from 255 or 28.30% from 364); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7B67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7B67 is #758498. Grayscale: #7D7D7D. Windows color (decimal): -7701657 or 6781834. OLE color: 6781834.

HSL color Cylindrical-coordinate representation of color #8A7B67: hue angle of 34.29º 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 #8A7B67 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 123 103 -
CMYK 0 0.11 0.25 0.46
HSL 34.29º 0.15% 0.47% -
HSV(B) 34.29º 0.25% 0.54% -
XYZ 20.01 20.55 15.74 -
YUV 125.21 115.47 137.13 -
System Red Green Blue C M Y K H S L
Decimal 138 123 103 0 0.11 0.25 0.46 34.29 0.15 0.47
Hex 8A 7B 67 0 B 19 2E 22 F 2F
Octal 212 173 147 0 13 31 56 42 17 57
Binary 10001010 1111011 1100111 0 1011 11001 101110 100010 1111 101111

Color Harmonies of #8A7B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7B67

Black with #8A7B67

Text Example


Text Example

White with #8A7B67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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