Html Css Color HEX #7F756B Sand Dune

📋 copy color: '#7F756B'

red 127 ◦ green 117 ◦ blue 107

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

Shades of Sand Dune #7F756B

Tints of Sand Dune #7F756B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.33%

 BLUE value IS 107 (42.19% from 255) = 30.48%

R = 36.18%
G = 33.33%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#7F756B (or 0x7F756B) is known color: Sand Dune. HEX triplet: 7F, 75 and 6B. RGB value is (127,117,107). Sum of RGB (Red+Green+Blue) = 127+117+107=351 (46% of max value = 765). Red value is 127 (50% from 255 or 36.18% from 351); Green value is 117 (46.09% from 255 or 33.33% from 351); Blue value is 107 (42.19% from 255 or 30.48% from 351); Max value from RGB is 127 - color contains mainly: red. Hex color #7F756B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F756B is #808A94. Grayscale: #767676. Windows color (decimal): -8424085 or 7042431. OLE color: 7042431.

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

Color convert

RGB 127 117 107 -
CMYK 0 0.08 0.16 0.50
HSL 30º 0.09% 0.46% -
HSV(B) 30º 0.16% 0.5% -
XYZ 17.77 18.3 16.5 -
YUV 118.85 121.31 133.81 -
System Red Green Blue C M Y K H S L
Decimal 127 117 107 0 0.08 0.16 0.50 30 0.09 0.46
Hex 7F 75 6B 0 8 10 32 1E 9 2E
Octal 177 165 153 0 10 20 62 36 11 56
Binary 1111111 1110101 1101011 0 1000 10000 110010 11110 1001 101110

Color Harmonies of #7F756B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F756B

Black with #7F756B

Text Example


Text Example

White with #7F756B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,117,107); }

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

background-color css

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

 a { background-color: rgb(127,117,107); }

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

border-color css

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

 span { border-color: rgb(127,117,107); }

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