Html Css Color HEX #7F7364 Sand Dune

📋 copy color: '#7F7364'

red 127 ◦ green 115 ◦ blue 100

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

Shades of Sand Dune #7F7364

Tints of Sand Dune #7F7364

RGB

 RED value IS 127 (50% from 255) = 37.13%

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

 BLUE value IS 100 (39.45% from 255) = 29.24%

R = 37.13%
G = 33.63%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.21

 K value IS 0.50

RGB Variations

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

Color information

#7F7364 (or 0x7F7364) is known color: Sand Dune. HEX triplet: 7F, 73 and 64. RGB value is (127,115,100). Sum of RGB (Red+Green+Blue) = 127+115+100=342 (45% of max value = 765). Red value is 127 (50% from 255 or 37.13% from 342); Green value is 115 (45.31% from 255 or 33.63% from 342); Blue value is 100 (39.45% from 255 or 29.24% from 342); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7364 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7364 is #808C9B. Grayscale: #747474. Windows color (decimal): -8424604 or 6583167. OLE color: 6583167.

HSL color Cylindrical-coordinate representation of color #7F7364: hue angle of 33.33º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7F7364 is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 115 100 -
CMYK 0 0.09 0.21 0.50
HSL 33.33º 0.12% 0.45% -
HSV(B) 33.33º 0.21% 0.5% -
XYZ 17.18 17.69 14.57 -
YUV 116.88 118.48 135.22 -
System Red Green Blue C M Y K H S L
Decimal 127 115 100 0 0.09 0.21 0.50 33.33 0.12 0.45
Hex 7F 73 64 0 9 15 32 21 C 2D
Octal 177 163 144 0 11 25 62 41 14 55
Binary 1111111 1110011 1100100 0 1001 10101 110010 100001 1100 101101

Color Harmonies of #7F7364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7364

Black with #7F7364

Text Example


Text Example

White with #7F7364

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,115,100); }

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

background-color css

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

 a { background-color: rgb(127,115,100); }

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

border-color css

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

 span { border-color: rgb(127,115,100); }

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