Html Css Color HEX #77606F Salt Box

📋 copy color: '#77606F'

red 119 ◦ green 96 ◦ blue 111

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

Shades of Salt Box #77606F

Tints of Salt Box #77606F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.45%

 BLUE value IS 111 (43.75% from 255) = 34.05%

R = 36.5%
G = 29.45%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#77606F (or 0x77606F) is known color: Salt Box. HEX triplet: 77, 60 and 6F. RGB value is (119,96,111). Sum of RGB (Red+Green+Blue) = 119+96+111=326 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.50% from 326); Green value is 96 (37.89% from 255 or 29.45% from 326); Blue value is 111 (43.75% from 255 or 34.05% from 326); Max value from RGB is 119 - color contains mainly: red. Hex color #77606F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77606F is #889F90. Grayscale: #686868. Windows color (decimal): -8953745 or 7299191. OLE color: 7299191.

HSL color Cylindrical-coordinate representation of color #77606F: hue angle of 320.87º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #77606F is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 96 111 -
CMYK 0 0.19 0.07 0.53
HSL 320.87º 0.11% 0.42% -
HSV(B) 320.87º 0.19% 0.47% -
XYZ 14.66 13.44 16.86 -
YUV 104.59 131.62 138.28 -
System Red Green Blue C M Y K H S L
Decimal 119 96 111 0 0.19 0.07 0.53 320.87 0.11 0.42
Hex 77 60 6F 0 13 7 35 141 B 2A
Octal 167 140 157 0 23 7 65 501 13 52
Binary 1110111 1100000 1101111 0 10011 111 110101 101000001 1011 101010

Color Harmonies of #77606F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77606F

Black with #77606F

Text Example


Text Example

White with #77606F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77606F; }

 p { color: rgb(119,96,111); }

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

background-color css

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

 a { background-color: rgb(119,96,111); }

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

border-color css

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

 span { border-color: rgb(119,96,111); }

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