Html Css Color HEX #7C716B Sand Dune

📋 copy color: '#7C716B'

red 124 ◦ green 113 ◦ blue 107

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

Shades of Sand Dune #7C716B

Tints of Sand Dune #7C716B

RGB

 RED value IS 124 (48.83% from 255) = 36.05%

 GREEN value IS 113 (44.53% from 255) = 32.85%

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

R = 36.05%
G = 32.85%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.14

 K value IS 0.51

RGB Variations

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

Color information

#7C716B (or 0x7C716B) is known color: Sand Dune. HEX triplet: 7C, 71 and 6B. RGB value is (124,113,107). Sum of RGB (Red+Green+Blue) = 124+113+107=344 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.05% from 344); Green value is 113 (44.53% from 255 or 32.85% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 124 - color contains mainly: red. Hex color #7C716B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C716B is #838E94. Grayscale: #737373. Windows color (decimal): -8621717 or 7041404. OLE color: 7041404.

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

Color convert

RGB 124 113 107 -
CMYK 0 0.09 0.14 0.51
HSL 21.18º 0.07% 0.45% -
HSV(B) 21.18º 0.14% 0.49% -
XYZ 16.87 17.16 16.33 -
YUV 115.61 123.14 133.99 -
System Red Green Blue C M Y K H S L
Decimal 124 113 107 0 0.09 0.14 0.51 21.18 0.07 0.45
Hex 7C 71 6B 0 9 E 33 15 7 2D
Octal 174 161 153 0 11 16 63 25 7 55
Binary 1111100 1110001 1101011 0 1001 1110 110011 10101 111 101101

Color Harmonies of #7C716B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C716B

Black with #7C716B

Text Example


Text Example

White with #7C716B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,113,107); }

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

background-color css

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

 a { background-color: rgb(124,113,107); }

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

border-color css

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

 span { border-color: rgb(124,113,107); }

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