#7B7E69

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

Shades of Tapa #7B7E69

Tints of Tapa #7B7E69

Color information

#7B7E69 (or 0x7B7E69) is unknown color: approx Tapa. HEX triplet: 7B, 7E and 69. RGB value is (123,126,105). Sum of RGB (Red+Green+Blue) = 123+126+105=354 (46% of max value = 765). Red value is 123 (48.44% from 255 or 34.75% from 354); Green value is 126 (49.61% from 255 or 35.59% from 354); Blue value is 105 (41.41% from 255 or 29.66% from 354); Max value from RGB is 126 - color contains mainly: green. Hex color #7B7E69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7E69 is #848196. Grayscale: #7A7A7A. Windows color (decimal): -8683927 or 6913659. OLE color: 6913659.

HSL color Cylindrical-coordinate representation of color #7B7E69: hue angle of 68.57º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7B7E69 is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.

Color convert

RGB123126105-
CMYK0.0200.170.51
HSL68.57º9.09%45.29%-
HSV(B)68.57º16.67%49.41%-
XYZ18.1820.1516.3-
YUV122.71118.01128.21-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 34.75%
GREEN value IS 126 (49.61% from 255) = 35.59%
BLUE value IS 105 (41.41% from 255) = 29.66%
R=34.75%
G=35.59%
B=29.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1231261050.0200.170.5168.579.0945.29
Hex7B7E692011334592d
Octal1731761512021631051155
Binary1111011111111011010011001000111001110001011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B7E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,126,105); }

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

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

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

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

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

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

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