#776926

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

Shades of Pesto #776926

Tints of Pesto #776926

Color information

#776926 (or 0x776926) is unknown color: approx Pesto. HEX triplet: 77, 69 and 26. RGB value is (119,105,38). Sum of RGB (Red+Green+Blue) = 119+105+38=262 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.42% from 262); Green value is 105 (41.41% from 255 or 40.08% from 262); Blue value is 38 (15.23% from 255 or 14.50% from 262); Max value from RGB is 119 - color contains mainly: red. Hex color #776926 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776926 is #8896D9. Grayscale: #656565. Windows color (decimal): -8951514 or 2517367. OLE color: 2517367.

HSL color Cylindrical-coordinate representation of color #776926: hue angle of 49.63º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #776926 is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.53.

Color convert

RGB11910538-
CMYK00.120.680.53
HSL49.63º51.59%30.78%-
HSV(B)49.63º68.07%46.67%-
XYZ13.0114.173.88-
YUV101.5592.14140.45-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.42%
GREEN value IS 105 (41.41% from 255) = 40.08%
BLUE value IS 38 (15.23% from 255) = 14.50%
R=45.42%
G=40.08%
B=14.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.68
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191053800.120.680.5349.6351.5930.78
Hex7769260C443532341f
Octal1671514601410465626437
Binary1110111110100110011001100100010011010111001011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776926; }

 p { color: rgb(119,105,38); }

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

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

 a { background-color: rgb(119,105,38); }

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

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

 span { border-color: rgb(119,105,38); }

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