Html Css Color HEX #764F6B Salt Box

📋 copy color: '#764F6B'

red 118 ◦ green 79 ◦ blue 107

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

Shades of Salt Box #764F6B

Tints of Salt Box #764F6B

RGB

 RED value IS 118 (46.48% from 255) = 38.82%

 GREEN value IS 79 (31.25% from 255) = 25.99%

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

R = 38.82%
G = 25.99%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#764F6B (or 0x764F6B) is known color: Salt Box. HEX triplet: 76, 4F and 6B. RGB value is (118,79,107). Sum of RGB (Red+Green+Blue) = 118+79+107=304 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.82% from 304); Green value is 79 (31.25% from 255 or 25.99% from 304); Blue value is 107 (42.19% from 255 or 35.20% from 304); Max value from RGB is 118 - color contains mainly: red. Hex color #764F6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764F6B is #89B094. Grayscale: #5D5D5D. Windows color (decimal): -9023637 or 7032694. OLE color: 7032694.

HSL color Cylindrical-coordinate representation of color #764F6B: hue angle of 316.92º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #764F6B is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 79 107 -
CMYK 0 0.33 0.09 0.54
HSL 316.92º 0.2% 0.39% -
HSV(B) 316.92º 0.33% 0.46% -
XYZ 12.92 10.51 15.26 -
YUV 93.85 135.42 145.22 -
System Red Green Blue C M Y K H S L
Decimal 118 79 107 0 0.33 0.09 0.54 316.92 0.2 0.39
Hex 76 4F 6B 0 21 9 36 13D 14 27
Octal 166 117 153 0 41 11 66 475 24 47
Binary 1110110 1001111 1101011 0 100001 1001 110110 100111101 10100 100111

Color Harmonies of #764F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764F6B

Black with #764F6B

Text Example


Text Example

White with #764F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764F6B; }

 p { color: rgb(118,79,107); }

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

background-color css

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

 a { background-color: rgb(118,79,107); }

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

border-color css

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

 span { border-color: rgb(118,79,107); }

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