Html Css Color HEX #7B506F Salt Box

📋 copy color: '#7B506F'

red 123 ◦ green 80 ◦ blue 111

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

Shades of Salt Box #7B506F

Tints of Salt Box #7B506F

RGB

 RED value IS 123 (48.44% from 255) = 39.17%

 GREEN value IS 80 (31.64% from 255) = 25.48%

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

R = 39.17%
G = 25.48%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.10

 K value IS 0.52

RGB Variations

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

Color information

#7B506F (or 0x7B506F) is known color: Salt Box. HEX triplet: 7B, 50 and 6F. RGB value is (123,80,111). Sum of RGB (Red+Green+Blue) = 123+80+111=314 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.17% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 111 (43.75% from 255 or 35.35% from 314); Max value from RGB is 123 - color contains mainly: red. Hex color #7B506F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B506F is #84AF90. Grayscale: #606060. Windows color (decimal): -8695697 or 7295099. OLE color: 7295099.

HSL color Cylindrical-coordinate representation of color #7B506F: hue angle of 316.74º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7B506F is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 80 111 -
CMYK 0 0.35 0.10 0.52
HSL 316.74º 0.21% 0.4% -
HSV(B) 316.74º 0.35% 0.48% -
XYZ 13.91 11.1 16.45 -
YUV 96.39 136.25 146.98 -
System Red Green Blue C M Y K H S L
Decimal 123 80 111 0 0.35 0.10 0.52 316.74 0.21 0.4
Hex 7B 50 6F 0 23 A 34 13D 15 28
Octal 173 120 157 0 43 12 64 475 25 50
Binary 1111011 1010000 1101111 0 100011 1010 110100 100111101 10101 101000

Color Harmonies of #7B506F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B506F

Black with #7B506F

Text Example


Text Example

White with #7B506F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,80,111); }

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

background-color css

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

 a { background-color: rgb(123,80,111); }

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

border-color css

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

 span { border-color: rgb(123,80,111); }

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