#7B7B6E

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

Shades of Tapa #7B7B6E

Tints of Tapa #7B7B6E

Color information

#7B7B6E (or 0x7B7B6E) is unknown color: approx Tapa. HEX triplet: 7B, 7B and 6E. RGB value is (123,123,110). Sum of RGB (Red+Green+Blue) = 123+123+110=356 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.55% from 356); Green value is 123 (48.44% from 255 or 34.55% from 356); Blue value is 110 (43.36% from 255 or 30.90% from 356); Max value from RGB is 123 - color contains mainly: red, green. Hex color #7B7B6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7B6E is #848491. Grayscale: #797979. Windows color (decimal): -8684690 or 7240571. OLE color: 7240571.

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

Color convert

RGB123123110-
CMYK000.110.52
HSL60º5.58%45.69%-
HSV(B)60º10.57%48.24%-
XYZ18.0719.517.56-
YUV121.52121.5129.06-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 34.55%
GREEN value IS 123 (48.44% from 255) = 34.55%
BLUE value IS 110 (43.36% from 255) = 30.90%
R=34.55%
G=34.55%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123123110000.110.52605.5845.69
Hex7B7B6E00B343c62e
Octal17317315600136474656
Binary111101111110111101110001011110100111100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B7B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,123,110); }

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

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

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

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

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

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

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