Html Css Color HEX #7F7264 Sand Dune

📋 copy color: '#7F7264'

red 127 ◦ green 114 ◦ blue 100

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

Shades of Sand Dune #7F7264

Tints of Sand Dune #7F7264

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.43%

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

R = 37.24%
G = 33.43%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.21

 K value IS 0.50

RGB Variations

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

Color information

#7F7264 (or 0x7F7264) is known color: Sand Dune. HEX triplet: 7F, 72 and 64. RGB value is (127,114,100). Sum of RGB (Red+Green+Blue) = 127+114+100=341 (45% of max value = 765). Red value is 127 (50% from 255 or 37.24% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 100 (39.45% from 255 or 29.33% from 341); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7264 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7264 is #808D9B. Grayscale: #747474. Windows color (decimal): -8424860 or 6582911. OLE color: 6582911.

HSL color Cylindrical-coordinate representation of color #7F7264: hue angle of 31.11º 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 #7F7264 is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 114 100 -
CMYK 0 0.10 0.21 0.50
HSL 31.11º 0.12% 0.45% -
HSV(B) 31.11º 0.21% 0.5% -
XYZ 17.07 17.47 14.53 -
YUV 116.29 118.81 135.64 -
System Red Green Blue C M Y K H S L
Decimal 127 114 100 0 0.10 0.21 0.50 31.11 0.12 0.45
Hex 7F 72 64 0 A 15 32 1F C 2D
Octal 177 162 144 0 12 25 62 37 14 55
Binary 1111111 1110010 1100100 0 1010 10101 110010 11111 1100 101101

Color Harmonies of #7F7264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7264

Black with #7F7264

Text Example


Text Example

White with #7F7264

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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