#7B745C

Color #7B745C Pablo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pablo #7B745C

Tints of Pablo #7B745C

Color information

#7B745C (or 0x7B745C) is unknown color: approx Pablo. HEX triplet: 7B, 74 and 5C. RGB value is (123,116,92). Sum of RGB (Red+Green+Blue) = 123+116+92=331 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.16% from 331); Green value is 116 (45.70% from 255 or 35.05% from 331); Blue value is 92 (36.33% from 255 or 27.79% from 331); Max value from RGB is 123 - color contains mainly: red. Hex color #7B745C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B745C is #848BA3. Grayscale: #737373. Windows color (decimal): -8686500 or 6059131. OLE color: 6059131.

HSL color Cylindrical-coordinate representation of color #7B745C: hue angle of 46.45º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7B745C is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.52.

Color convert

RGB12311692-
CMYK00.060.250.52
HSL46.45º14.42%42.16%-
HSV(B)46.45º25.2%48.24%-
XYZ16.3517.4712.64-
YUV115.36114.82133.45-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 37.16%
GREEN value IS 116 (45.70% from 255) = 35.05%
BLUE value IS 92 (36.33% from 255) = 27.79%
R=37.16%
G=35.05%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.25
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231169200.060.250.5246.4514.4242.16
Hex7B745C0619342ee2a
Octal173164134063164561652
Binary1111011111010010111000110110011101001011101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B745C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,116,92); }

 H1.HeaderClassName
 {
   color: #7B745C;
 }
 .AnyTagClassName
 {
   color: #7B745C;
 }
</style>
background-color css

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

 a { background-color: rgb(123,116,92); }

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

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

 span { border-color: rgb(123,116,92); }

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