Html Css Color HEX #7E7367 Sand Dune

📋 copy color: '#7E7367'

red 126 ◦ green 115 ◦ blue 103

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

Shades of Sand Dune #7E7367

Tints of Sand Dune #7E7367

RGB

 RED value IS 126 (49.61% from 255) = 36.63%

 GREEN value IS 115 (45.31% from 255) = 33.43%

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

R = 36.63%
G = 33.43%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.18

 K value IS 0.51

RGB Variations

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

Color information

#7E7367 (or 0x7E7367) is known color: Sand Dune. HEX triplet: 7E, 73 and 67. RGB value is (126,115,103). Sum of RGB (Red+Green+Blue) = 126+115+103=344 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.63% from 344); Green value is 115 (45.31% from 255 or 33.43% from 344); Blue value is 103 (40.62% from 255 or 29.94% from 344); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7367 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E7367 is #818C98. Grayscale: #747474. Windows color (decimal): -8490137 or 6779774. OLE color: 6779774.

HSL color Cylindrical-coordinate representation of color #7E7367: hue angle of 31.3º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7E7367 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 115 103 -
CMYK 0 0.09 0.18 0.51
HSL 31.3º 0.1% 0.45% -
HSV(B) 31.3º 0.18% 0.49% -
XYZ 17.18 17.68 15.34 -
YUV 116.92 120.14 134.48 -
System Red Green Blue C M Y K H S L
Decimal 126 115 103 0 0.09 0.18 0.51 31.3 0.1 0.45
Hex 7E 73 67 0 9 12 33 1F A 2D
Octal 176 163 147 0 11 22 63 37 12 55
Binary 1111110 1110011 1100111 0 1001 10010 110011 11111 1010 101101

Color Harmonies of #7E7367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E7367

Black with #7E7367

Text Example


Text Example

White with #7E7367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7E7367; }

 p { color: rgb(126,115,103); }

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

background-color css

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

 a { background-color: rgb(126,115,103); }

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

border-color css

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

 span { border-color: rgb(126,115,103); }

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