Html Css Color HEX #7F746C Sand Dune

📋 copy color: '#7F746C'

red 127 ◦ green 116 ◦ blue 108

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

Shades of Sand Dune #7F746C

Tints of Sand Dune #7F746C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.05%

 BLUE value IS 108 (42.58% from 255) = 30.77%

R = 36.18%
G = 33.05%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.15

 K value IS 0.50

RGB Variations

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

Color information

#7F746C (or 0x7F746C) is known color: Sand Dune. HEX triplet: 7F, 74 and 6C. RGB value is (127,116,108). Sum of RGB (Red+Green+Blue) = 127+116+108=351 (46% of max value = 765). Red value is 127 (50% from 255 or 36.18% from 351); Green value is 116 (45.70% from 255 or 33.05% from 351); Blue value is 108 (42.58% from 255 or 30.77% from 351); Max value from RGB is 127 - color contains mainly: red. Hex color #7F746C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F746C is #808B93. Grayscale: #767676. Windows color (decimal): -8424340 or 7107711. OLE color: 7107711.

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

Color convert

RGB 127 116 108 -
CMYK 0 0.09 0.15 0.50
HSL 25.26º 0.08% 0.46% -
HSV(B) 25.26º 0.15% 0.5% -
XYZ 17.7 18.09 16.75 -
YUV 118.38 122.14 134.15 -
System Red Green Blue C M Y K H S L
Decimal 127 116 108 0 0.09 0.15 0.50 25.26 0.08 0.46
Hex 7F 74 6C 0 9 F 32 19 8 2E
Octal 177 164 154 0 11 17 62 31 10 56
Binary 1111111 1110100 1101100 0 1001 1111 110010 11001 1000 101110

Color Harmonies of #7F746C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F746C

Black with #7F746C

Text Example


Text Example

White with #7F746C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,116,108); }

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

background-color css

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

 a { background-color: rgb(127,116,108); }

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

border-color css

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

 span { border-color: rgb(127,116,108); }

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