#7B7727

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

Shades of Pesto #7B7727

Tints of Pesto #7B7727

Color information

#7B7727 (or 0x7B7727) is unknown color: approx Pesto. HEX triplet: 7B, 77 and 27. RGB value is (123,119,39). Sum of RGB (Red+Green+Blue) = 123+119+39=281 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.77% from 281); Green value is 119 (46.88% from 255 or 42.35% from 281); Blue value is 39 (15.62% from 255 or 13.88% from 281); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7727 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B7727 is #8488D8. Grayscale: #6F6F6F. Windows color (decimal): -8685785 or 2586491. OLE color: 2586491.

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

Color convert

RGB12311939-
CMYK00.030.680.52
HSL57.14º51.85%31.76%-
HSV(B)57.14º68.29%48.24%-
XYZ15.1317.554.51-
YUV111.0887.33136.5-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 43.77%
GREEN value IS 119 (46.88% from 255) = 42.35%
BLUE value IS 39 (15.62% from 255) = 13.88%
R=43.77%
G=42.35%
B=13.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.68
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231193900.030.680.5257.1451.8531.76
Hex7B7727034434393420
Octal173167470310464716440
Binary111101111101111001110111000100110100111001110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B7727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,119,39); }

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

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

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

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

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

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

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