Html Css Color HEX #7B526F Salt Box

📋 copy color: '#7B526F'

red 123 ◦ green 82 ◦ blue 111

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

Shades of Salt Box #7B526F

Tints of Salt Box #7B526F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.95%

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

R = 38.92%
G = 25.95%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.10

 K value IS 0.52

RGB Variations

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

Color information

#7B526F (or 0x7B526F) is known color: Salt Box. HEX triplet: 7B, 52 and 6F. RGB value is (123,82,111). Sum of RGB (Red+Green+Blue) = 123+82+111=316 (41% of max value = 765). Red value is 123 (48.44% from 255 or 38.92% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 111 (43.75% from 255 or 35.13% from 316); Max value from RGB is 123 - color contains mainly: red. Hex color #7B526F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B526F is #84AD90. Grayscale: #616161. Windows color (decimal): -8695185 or 7295611. OLE color: 7295611.

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

Color convert

RGB 123 82 111 -
CMYK 0 0.33 0.10 0.52
HSL 317.56º 0.2% 0.4% -
HSV(B) 317.56º 0.33% 0.48% -
XYZ 14.05 11.39 16.5 -
YUV 97.57 135.58 146.14 -
System Red Green Blue C M Y K H S L
Decimal 123 82 111 0 0.33 0.10 0.52 317.56 0.2 0.4
Hex 7B 52 6F 0 21 A 34 13E 14 28
Octal 173 122 157 0 41 12 64 476 24 50
Binary 1111011 1010010 1101111 0 100001 1010 110100 100111110 10100 101000

Color Harmonies of #7B526F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B526F

Black with #7B526F

Text Example


Text Example

White with #7B526F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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