Html Css Color HEX #777573 Sand Dune

📋 copy color: '#777573'

red 119 ◦ green 117 ◦ blue 115

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

Shades of Sand Dune #777573

Tints of Sand Dune #777573

RGB

 RED value IS 119 (46.88% from 255) = 33.9%

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

 BLUE value IS 115 (45.31% from 255) = 32.76%

R = 33.9%
G = 33.33%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#777573 (or 0x777573) is known color: Sand Dune. HEX triplet: 77, 75 and 73. RGB value is (119,117,115). Sum of RGB (Red+Green+Blue) = 119+117+115=351 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.90% from 351); Green value is 117 (46.09% from 255 or 33.33% from 351); Blue value is 115 (45.31% from 255 or 32.76% from 351); Max value from RGB is 119 - color contains mainly: red. Hex color #777573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777573 is #888A8C. Grayscale: #757575. Windows color (decimal): -8948365 or 7566711. OLE color: 7566711.

HSL color Cylindrical-coordinate representation of color #777573: hue angle of 30º degrees, saturation: 0.02, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #777573 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 117 115 -
CMYK 0 0.02 0.03 0.53
HSL 30º 0.02% 0.46% -
HSV(B) 30º 0.03% 0.47% -
XYZ 17.06 17.88 18.77 -
YUV 117.37 126.66 129.16 -
System Red Green Blue C M Y K H S L
Decimal 119 117 115 0 0.02 0.03 0.53 30 0.02 0.46
Hex 77 75 73 0 2 3 35 1E 2 2E
Octal 167 165 163 0 2 3 65 36 2 56
Binary 1110111 1110101 1110011 0 10 11 110101 11110 10 101110

Color Harmonies of #777573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777573

Black with #777573

Text Example


Text Example

White with #777573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777573; }

 p { color: rgb(119,117,115); }

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

background-color css

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

 a { background-color: rgb(119,117,115); }

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

border-color css

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

 span { border-color: rgb(119,117,115); }

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